Expand description
Cache Manager - Unified Cache Operations
Manages operations across L1 (Moka) and L2 (Redis) caches with intelligent fallback.
Structs§
- Cache
Manager - Cache Manager - Unified operations across multiple cache tiers
- Cache
Manager Stats - Cache Manager statistics
- Cache
Tier - A single cache tier in the multi-tier architecture
- Tier
Config - Configuration for a cache tier (used in builder pattern)
- Tier
Stats - Statistics for a single cache tier
Enums§
- Cache
Strategy - Cache strategies for different data types