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) 108 B
/** * Types that are valid as keys in caches. */ export declare type KeyType = number | string | boolean;