nestjs-cacheable
A reusable caching package for NestJS that adds declarative caching and cache invalidation through decorators and interceptors.
- NestJS interceptor-based caching
- @Cacheable-style declarative caching
- Tag-based cache invalidation
- Redis-backed cache storage
- Optional in-memory L1 cache
- Configurable TTL and cache keys
- End-to-end tests


