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 • 299 B
TypeScript
export { CachePandaSet } from "./decorators/cache-panda-set.decorator";
export { CachePanda } from "./cache-panda.module";
export { CachePandaService } from "./services/cache-panda.service";
export { CacheOptions } from "./interfaces/cache-options.interface";
//# sourceMappingURL=index.d.ts.map