UNPKG

cache-layer

Version:

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

5 lines 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const factory_1 = require("./factory"); exports.Cache = factory_1.Cache; //# sourceMappingURL=index.js.map