Core.Containers.Cache.LRU (Visera.Core.Containers.Cache.LRU)¶
LRU (least-recently-used) cache. Bounded size with eviction of least recently used entries.
See also¶
- Cache — parent module
- Containers
LRU (least-recently-used) cache. Bounded size with eviction of least recently used entries.