Uses of Class
fr.gouv.vitam.storage.offers.tape.cas.ArchiveCacheEntry
-
Packages that use ArchiveCacheEntry Package Description fr.gouv.vitam.storage.offers.tape.cas -
-
Uses of ArchiveCacheEntry in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type ArchiveCacheEntry Modifier and Type Method Description LRUCacheEvictionJudge<ArchiveCacheEntry>
ArchiveCacheEvictionController. computeEvictionJudge()
Computes an eviction judge that prevents eviction of in-use archives (required by active access requests) or eviction of archives that are non-expirable (to be kept forever in cache).Method parameters in fr.gouv.vitam.storage.offers.tape.cas with type arguments of type ArchiveCacheEntry Modifier and Type Method Description LockHandle
ArchiveCacheEvictionController. createLock(java.util.Set<ArchiveCacheEntry> archiveCacheEntries)
-