UNPKG

transitory

Version:

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

4 lines 144 B
export * from './cache'; export * from './builder'; export { memoryEstimator } from './utils/memoryEstimator'; //# sourceMappingURL=index.js.map