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

5 lines (4 loc) 153 B
export * from "./cacheable.module"; export * from "./cacheable.helpers"; export * from "./cacheable.interfaces"; export * from "./cacheable.decorators";