-
public final class NonAdjustableConcurrentIntObjectCache<V extends Object> extends ConcurrentIntObjectCache<V>
-
-
Constructor Summary
Constructors Constructor Description NonAdjustableConcurrentIntObjectCache(Integer size, Integer numberOfGenerations)NonAdjustableConcurrentIntObjectCache(Integer size)NonAdjustableConcurrentIntObjectCache()
-
Method Summary
Modifier and Type Method Description final BooleangetIsEmpty()-
Methods inherited from class jetbrains.exodus.core.dataStructures.NonAdjustableConcurrentIntObjectCache
cacheObject, cacheObjectLocked, clear, count, getObject, getObjectLocked, lock, remove, removeLocked, tryKey, tryKeyLocked, unlock -
Methods inherited from class jetbrains.exodus.core.dataStructures.ConcurrentIntObjectCache
adjustHitRate, containsKey, get, isCached, put, size -
Methods inherited from class jetbrains.exodus.core.dataStructures.IntObjectCacheBase
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
-
NonAdjustableConcurrentIntObjectCache
NonAdjustableConcurrentIntObjectCache(Integer size, Integer numberOfGenerations)
-
NonAdjustableConcurrentIntObjectCache
NonAdjustableConcurrentIntObjectCache(Integer size)
-
NonAdjustableConcurrentIntObjectCache
NonAdjustableConcurrentIntObjectCache()
-
-
Method Detail
-
getIsEmpty
final Boolean getIsEmpty()
-
-
-
-