Package fr.gouv.vitam.storage.offers.tape.cache


package fr.gouv.vitam.storage.offers.tape.cache
  • Class
    Description
    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.
    Sorted Least Recently Used (LRU) queue implementation.