UNPKG

transitory

Version:

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

8 lines 271 B
export { AbstractCache } from './AbstractCache'; export { RemovalReason } from './RemovalReason'; export * from './metrics'; export * from './loading'; export * from './bounded'; export * from './boundless'; export * from './expiration'; //# sourceMappingURL=index.js.map