java.lang.Object | |
↳ | com.facebook.imagepipeline.cache.CountingMemoryCacheInspector<K, V> |
Inspects values cached in bitmap memory cache.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | CountingMemoryCacheInspector.DumpInfo<K, V> | Info about the status of the cache for use by dumpers. | |||||||||
class | CountingMemoryCacheInspector.DumpInfoEntry<K, V> | Cache entry info for use by dumpers. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CountingMemoryCacheInspector(CountingMemoryCache<K, V> countingBitmapCache) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DumpInfo |
dumpCacheContent()
Iterates through all entries cached in counting cache and builds snapshot of its content.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
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