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.

3 lines 282 B
import { CacheOptions } from "../interfaces/cache-options.interface"; export declare function CachePandaSet(cacheOptions: CacheOptions): (target: object, propertyKey: string | symbol, descriptor: PropertyDescriptor) => void; //# sourceMappingURL=cache-panda-set.decorator.d.ts.map