Uses of Class
fr.gouv.vitam.storage.offers.tape.cache.LRUCacheEntry
-
Uses of LRUCacheEntry in fr.gouv.vitam.storage.offers.tape.cache
Modifier and TypeMethodDescriptionLRUCache.getReservedEntry
(T entryKey) Returnstrue
if specified entry key is reserved in the cache.Modifier and TypeMethodDescriptionvoid
LRUCache.reserveEntry
(LRUCacheEntry<T> entry) Reserve cache capacity for a new entry to add the cache.ModifierConstructorDescriptionLRUCache
(long maxCapacity, long evictionCapacity, long safeCapacity, Supplier<LRUCacheEvictionJudge<T>> evictionJudgeFactory, Consumer<T> evictionListener, Stream<LRUCacheEntry<T>> initialEntries, Executor evictionExecutor, AlertService alertService)