UNPKG

@nhan2804/nestjs-cacheable

Version:

@nestjs/cacheable is a flexible caching library for NestJS that leverages Redis for efficient and scalable storage. With support for function-level caching through easy-to-use decorators, it allows developers to seamlessly enhance performance while mainta

9 lines 228 B
{ "extends": "./tsconfig.json", "exclude": ["node_modules", "dist", "**/*spec.ts"], "files": ["src/cacheable/index.ts"], "compilerOptions": { "incremental": false, "sourceMap": false } }