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