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§

CacheConfig
Cache configuration settings
CacheStatistics
Cache performance statistics
LockFreeCacheStatistics
Statistics for lock-free cache
LockFreeRouteCache
Lock-free route cache implementation
MultiLevelCachedRouter
Router with multi-level caching
RouteCache
LRU-based route cache for high-performance routing