Package 

Class CountingMemoryCacheInspector

    • 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