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