UNPKG

cache-layer

Version:

An abstraction for cache providers, it exposes a common interface for diferente ways of cache

5 lines 273 B
import { Cache } from './factory'; import CacheContract from './models/cache-contract'; import { Options, MemCachedOptions, RedisOptions } from './models/options'; export { CacheContract, Cache, RedisOptions, Options, MemCachedOptions }; //# sourceMappingURL=index.d.ts.map