Module simple_cache
Expand description
Route Caching System with LRU Eviction
Provides a high-performance route caching layer that stores recently accessed routes to avoid repeated trie traversals.
Structsยง
- Cache
Statistics - Cache performance statistics
- Route
Cache - LRU-based route cache for high-performance routing
- Route
Cache Entry - Cache entry storing handlers for a specific topic