UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

13 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheServiceConfigInterface = void 0; class CacheServiceConfigInterface { constructor() { this.deleteOnExpire = 'aggressive'; this.cacheFlushInterval = 60 * 60 * 1000; this.maxAge = 15 * 60 * 1000; this.localStorage = false; } } exports.CacheServiceConfigInterface = CacheServiceConfigInterface; //# sourceMappingURL=cache-layer.interfaces.js.map