Package 

Class NonAdjustableConcurrentLongObjectCache

    • 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.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()