Uses of Class
fr.gouv.vitam.storage.offers.tape.cache.LRUCacheEntry
-
Packages that use LRUCacheEntry Package Description fr.gouv.vitam.storage.offers.tape.cache -
-
Uses of LRUCacheEntry in fr.gouv.vitam.storage.offers.tape.cache
Methods in fr.gouv.vitam.storage.offers.tape.cache that return LRUCacheEntry Modifier and Type Method Description LRUCacheEntry<T>
LRUCache. 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 LRUCacheEntry Modifier and Type Method Description void
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 LRUCacheEntry Constructor Description LRUCache(long maxCapacity, long evictionCapacity, long safeCapacity, java.util.function.Supplier<LRUCacheEvictionJudge<T>> evictionJudgeFactory, java.util.function.Consumer<T> evictionListener, java.util.stream.Stream<LRUCacheEntry<T>> initialEntries, java.util.concurrent.Executor evictionExecutor, AlertService alertService)
-