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ยง

CacheStatistics
Cache performance statistics
RouteCache
LRU-based route cache for high-performance routing
RouteCacheEntry
Cache entry storing handlers for a specific topic