pub type LRUCacheBlockArenaEntry<K, T> = LinkedListArenaEntry<Block<K, T>>;
Expand description

Alias representing block entries for storage in a generational arena.