Skip to main content

Module cache

Module cache 

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

CacheStats
Cache performance statistics
RouteCache
Route resolution cache with LRU eviction
RouteId
Unique identifier for a route in the tree