Package fr.gouv.vitam.storage.offers.tape.cache
-
Interface Summary Interface Description LRUCacheEvictionJudge<T> Represents a judge predicate (boolean-valued function) that decides if a cache entry can be evicted. -
Class Summary Class Description LRUCache<T> Cache implementation with Least Recently Used (LRU) eviction policy, weighed entry capacity management, and eviction filtering for in-use/non-deletable entries.LRUCacheEntry<T> Cache entry ofLRUCache
.LRUQueue<T> Sorted Least Recently Used (LRU) queue implementation.