UNPKG

transitory

Version:

In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.

5 lines (4 loc) 100 B
/** * Types that are valid as keys in caches. */ export type KeyType = number | string | boolean;