Uses of Interface
org.cache2k.core.api.InternalCacheInfo
-
Packages that use InternalCacheInfo Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.common -
-
Uses of InternalCacheInfo in org.cache2k.core
Methods in org.cache2k.core that return InternalCacheInfo Modifier and Type Method Description InternalCacheInfoHeapCache. getConsistentInfo()InternalCacheInfoHeapCache. getConsistentInfo(InternalCache userCache)InternalCacheInfoWiredCache. getConsistentInfo()InternalCacheInfoHeapCache. getInfo()InternalCacheInfoHeapCache. getInfo(InternalCache userCache)InternalCacheInfoWiredCache. getInfo() -
Uses of InternalCacheInfo in org.cache2k.core.api
Methods in org.cache2k.core.api that return InternalCacheInfo Modifier and Type Method Description InternalCacheInfoInternalCache. getConsistentInfo()Generate fresh statistics within a global cache lock.InternalCacheInfoInternalCache. getInfo()Return cache statistic counters. -
Uses of InternalCacheInfo in org.cache2k.core.common
Methods in org.cache2k.core.common that return InternalCacheInfo Modifier and Type Method Description protected abstract InternalCacheInfoAbstractCacheStatistics. info()
-