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) 97 B
export * from './DefaultLoadingCache'; export * from './LoadingCache'; export * from './Loader';