UNPKG

cache-layer

Version:

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

5 lines 169 B
import CacheContract from './models/cache-contract'; export declare class Cache { static create(options: any): CacheContract; } //# sourceMappingURL=factory.d.ts.map