cache-panda
Version:
🐼 A flexible, decorator-based smart cache module for NestJS with TTL, key prefixing, and conditional caching based on method execution time.
8 lines • 407 B
TypeScript
import { DynamicModule } from "@nestjs/common";
import { CacheModuleAsyncOptions, CacheModuleOptions } from "@nestjs/cache-manager";
export declare class CachePanda {
private static createCachePandaModule;
static register(options: CacheModuleOptions): DynamicModule;
static registerAsync(options: CacheModuleAsyncOptions): DynamicModule;
}
//# sourceMappingURL=cache-panda.module.d.ts.map