UNPKG

transitory

Version:

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

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