imajin/node_modules/@nestjs/common/cache/default-options.js
2026-01-10 04:52:11 -08:00

8 lines
197 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultCacheOptions = void 0;
exports.defaultCacheOptions = {
ttl: 5,
max: 100,
store: 'memory',
};