java.lang.Object | |
↳ | com.facebook.imagepipeline.cache.CountingMemoryCacheInspector.DumpInfoEntry<K, V> |
Cache entry info for use by dumpers.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final K | key | ||||||||||
public final CloseableReference<V> | value |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DumpInfoEntry(K key, CloseableReference<V> valueRef) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | release() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|