docs/javadoc/reference/com/facebook/imagepipeline/cache/DefaultEncodedMemoryCacheParamsSupplier.html
|
|
CountingMemoryCache<K, V>
MemoryCache<K, V>
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
implements Supplier<T>
| java.lang.Object | | ↳ | com.facebook.imagepipeline.cache.DefaultEncodedMemoryCacheParamsSupplier |
Supplies MemoryCacheParams for the encoded image memory cache
| Public Constructors |
|---|
| Public Methods |
|---|
| MemoryCacheParams |
| Retrieves an instance of the appropriate type. |
| [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() |
| | From interface com.facebook.common.internal.Supplier
| abstract T | get() Retrieves an instance of the appropriate type. |
|
Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
+Generated by Doclava. +