cache-panda
Version:
🐼 A flexible, decorator-based smart cache module for NestJS with TTL, key prefixing, and conditional caching based on method execution time.
10 lines • 834 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CachePandaService = exports.CachePanda = exports.CachePandaSet = void 0;
var cache_panda_set_decorator_1 = require("./decorators/cache-panda-set.decorator");
Object.defineProperty(exports, "CachePandaSet", { enumerable: true, get: function () { return cache_panda_set_decorator_1.CachePandaSet; } });
var cache_panda_module_1 = require("./cache-panda.module");
Object.defineProperty(exports, "CachePanda", { enumerable: true, get: function () { return cache_panda_module_1.CachePanda; } });
var cache_panda_service_1 = require("./services/cache-panda.service");
Object.defineProperty(exports, "CachePandaService", { enumerable: true, get: function () { return cache_panda_service_1.CachePandaService; } });
//# sourceMappingURL=index.js.map
;