UNPKG

cache-panda

Version:

🐼 A flexible, decorator-based smart cache module for NestJS with TTL, key prefixing, and conditional caching based on method execution time.

5 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CACHE_KEY_HASH_SEED = void 0; exports.CACHE_KEY_HASH_SEED = 0xcafebabe; // Arbitrary seed for hash stability //# sourceMappingURL=cache.constants.js.map