-
public final class NonAdjustableConcurrentLongObjectCache<V extends Object> extends ConcurrentLongObjectCache<V>
-
-
Constructor Summary
Constructors Constructor Description NonAdjustableConcurrentLongObjectCache(Integer size, Integer numberOfGenerations)NonAdjustableConcurrentLongObjectCache(Integer size)NonAdjustableConcurrentLongObjectCache()
-
Method Summary
Modifier and Type Method Description final BooleangetIsEmpty()-
Methods inherited from class jetbrains.exodus.core.dataStructures.NonAdjustableConcurrentLongObjectCache
cacheObject, cacheObjectLocked, clear, count, getObject, getObjectLocked, lock, remove, removeLocked, tryKey, tryKeyLocked, unlock -
Methods inherited from class jetbrains.exodus.core.dataStructures.ConcurrentLongObjectCache
adjustHitRate, containsKey, get, isCached, put, size -
Methods inherited from class jetbrains.exodus.core.dataStructures.LongObjectCacheBase
close, getAttempts, getHits, hitRate, incAttempts, incHits, setAttempts, setHits -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NonAdjustableConcurrentLongObjectCache
NonAdjustableConcurrentLongObjectCache(Integer size, Integer numberOfGenerations)
-
NonAdjustableConcurrentLongObjectCache
NonAdjustableConcurrentLongObjectCache(Integer size)
-
NonAdjustableConcurrentLongObjectCache
NonAdjustableConcurrentLongObjectCache()
-
-
Method Detail
-
getIsEmpty
final Boolean getIsEmpty()
-
-
-
-