Package 

Class NonAdjustableConcurrentIntObjectCache

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean isEmpty
    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsEmpty()
      • 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()