docs/javadoc/reference/com/facebook/imagepipeline/cache/CountingMemoryCache.Entry.html
|
|
CountingMemoryCache<K, V>
MemoryCache<K, V>
Summary: Fields | Methods | Inherited Methods | [Expand All]
public static class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.cache.CountingMemoryCache.Entry<K, V> |
The internal representation of a key-value pair stored by the cache.
| Fields |
|---|
| public int |
| public boolean |
| public final K |
| public final EntryStateObserver<K> |
| public final CloseableReference<V> |
| Public Methods |
|---|
| static <K, V> Entry<K, V> |
| Creates a new entry with the usage count of 0. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Creates a new entry with the usage count of 0.
+Generated by Doclava. +