What the cache module provides
The cache module extends Spring caching with Redis-specific helpers and runtime introspection. It is designed to keep cache behavior explicit instead of scattering TTL rules, statistics access, and cache clearing logic across services.
- Annotation-driven TTL configuration
- Automatic Redis cache registration
- Runtime cache inspection endpoints
- Micrometer-backed cache statistics