-
public final class CountingMemoryCacheInspector<K extends Object, V extends Object>Inspects values cached in bitmap memory cache.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCountingMemoryCacheInspector.DumpInfoEntryCache entry info for use by dumpers.
public final classCountingMemoryCacheInspector.DumpInfoInfo about the status of the cache for use by dumpers.
-
Constructor Summary
Constructors Constructor Description CountingMemoryCacheInspector(CountingMemoryCache<K, V> countingBitmapCache)
-
Method Summary
Modifier and Type Method Description final CountingMemoryCacheInspector.DumpInfo<K, V>dumpCacheContent()Iterates through all entries cached in counting cache and builds snapshot of its content. -
-
Constructor Detail
-
CountingMemoryCacheInspector
CountingMemoryCacheInspector(CountingMemoryCache<K, V> countingBitmapCache)
-
-
Method Detail
-
dumpCacheContent
final CountingMemoryCacheInspector.DumpInfo<K, V> dumpCacheContent()
Iterates through all entries cached in counting cache and builds snapshot of its content. This should be used by tools that need to know current content of given cache.
Caller should call release method on returned DumpInfo after it is done with examining cache contents
-
-
-
-