UNPKG

@linkedmink/multilevel-aging-cache

Version:

Package provides an interface to cache and persist data to Redis, MongoDB, memory

11 lines (8 loc) 331 B
export { AgingCacheWriteStatus, IAgingCache, IAgingCacheWrite } from './IAgingCache'; export { IAgingCacheOptions, getDefaultAgingCacheOptions, AgingCacheReplacementPolicy, AgingCacheWriteMode, } from './IAgingCacheOptions'; export { IAgingCacheDeleteStrategy, IAgingCacheSetStrategy } from './IAgingCacheWriteStrategy';