UNPKG

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