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