Available on crate feature
cache only.Expand description
Route resolution caching
This module provides caching functionality to avoid repeated route lookups during rendering with LRU eviction policy.
Structsยง
- Cache
Stats - Cache performance statistics
- Route
Cache - Route resolution cache with LRU eviction
- RouteId
- Unique identifier for a route in the tree