Module caching
Expand description
Caching implementations for route optimization
Modules§
- cache_
config - Cache configuration settings
- lock_
free_ cache - Lock-free route cache implementation
- multi_
level_ cache - Multi-Level Route Caching System
- simple_
cache - Route Caching System with LRU Eviction
Structs§
- Cache
Config - Cache configuration settings
- Cache
Statistics - Cache performance statistics
- Lock
Free Cache Statistics - Statistics for lock-free cache
- Lock
Free Route Cache - Lock-free route cache implementation
- Multi
Level Cached Router - Router with multi-level caching
- Route
Cache - LRU-based route cache for high-performance routing