@linkedmink/multilevel-aging-cache
Version:
Package provides an interface to cache and persist data to Redis, MongoDB, memory
4 lines • 359 B
TypeScript
export { AgingCacheWriteStatus, IAgingCache, IAgingCacheWrite } from './IAgingCache';
export { IAgingCacheOptions, getDefaultAgingCacheOptions, AgingCacheReplacementPolicy, AgingCacheWriteMode, } from './IAgingCacheOptions';
export { IAgingCacheDeleteStrategy, IAgingCacheSetStrategy } from './IAgingCacheWriteStrategy';
//# sourceMappingURL=index.d.ts.map