Module cache

Module cache 

Source
Expand description

Caching layer for authorization decisions

Implements a multi-level cache to minimize database queries:

  1. In-memory cache (moka) for hot paths
  2. Optional Redis cache for distributed deployments

Structs§

CacheStats
Cache statistics for monitoring

Enums§

InvalidationStrategy
Cache invalidation strategy