Interface CacheEntry<CacheValue>

type CacheEntry: parameter type of 'setMulti' operation

Type Parameters

  • CacheValue

Hierarchy

  • CacheEntry

Properties

Properties

key

timeout?: number | Timeout

timeout - same effect as 'expireIn' if given value is number

val: CacheValue

value

Generated using TypeDoc