Expand description
Caching layer for authorization decisions
Implements a multi-level cache to minimize database queries:
- In-memory cache (moka) for hot paths
- Optional Redis cache for distributed deployments
Structs§
- Cache
Stats - Cache statistics for monitoring
Enums§
- Invalidation
Strategy - Cache invalidation strategy