v_core_cache
Version:
Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.
9 lines • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const V_Core_Cache_1 = require("./V_Core_Cache");
const createCache_1 = require("./createCache");
module.exports = {
V_Core_Cache: V_Core_Cache_1.V_Core_Cache,
createCache: createCache_1.createCache,
};
//# sourceMappingURL=index.js.map