UNPKG

transitory

Version:

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

5 lines (3 loc) 112 B
export * from './cache'; export * from './builder'; export { memoryEstimator } from './utils/memoryEstimator';