Package 

Class NonAdjustableConcurrentObjectCache

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
    • 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
    • Constructor Detail

      • NonAdjustableConcurrentObjectCache

        NonAdjustableConcurrentObjectCache(Integer size, Integer numberOfGenerations)
      • NonAdjustableConcurrentObjectCache

        NonAdjustableConcurrentObjectCache(Integer size)
      • NonAdjustableConcurrentObjectCache

        NonAdjustableConcurrentObjectCache()