UNPKG

159 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.defaultCacheOptions = {
4 ttl: 5,
5 max: 100,
6 store: 'memory',
7};