UNPKG

v_core_cache

Version:

Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.

7 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCache = void 0; const V_Core_Cache_1 = require("./V_Core_Cache"); const createCache = (props) => new V_Core_Cache_1.V_Core_Cache(props); exports.createCache = createCache; //# sourceMappingURL=createCache.js.map