Type alias KeyValueMap<CacheValue>

KeyValueMap<CacheValue>: Record<CacheKey, CacheValue>

type KeyValueMap: result type of 'getMulti' operation

Type Parameters

  • CacheValue

Generated using TypeDoc