UNPKG

johnycash

Version:

Easy distributed caching for Node.js

10 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalCacheValue = void 0; class LocalCacheValue { constructor() { this.expires = 0; } } exports.LocalCacheValue = LocalCacheValue; //# sourceMappingURL=local.cache.value.js.map