docs/javadoc/reference/com/facebook/imagepipeline/cache/MemoryCacheParams.html
|
|
CountingMemoryCache<K, V>
MemoryCache<K, V>
Summary: Fields | Ctors | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.cache.MemoryCacheParams |
Configuration for a memory cache.
| Fields |
|---|
| public final int |
| public final int |
| public final int |
| public final int |
| public final int |
| public final long |
| Public Constructors |
|---|
| Pass arguments to control the cache's behavior in the constructor. |
| Pass arguments to control the cache's behavior in the constructor. |
| [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() |
|
Pass arguments to control the cache's behavior in the constructor.
| maxCacheSize | The maximum size of the cache, in bytes. | | maxCacheEntries | The maximum number of items that can live in the cache. | | maxEvictionQueueSize | The eviction queue is an area of memory that stores items ready for eviction but have not yet been deleted. This is the maximum size of that queue in bytes. | | maxEvictionQueueEntries | The maximum number of entries in the eviction queue. | | maxCacheEntrySize | The maximum size of a single cache entry. |
Pass arguments to control the cache's behavior in the constructor.
| maxCacheSize | The maximum size of the cache, in bytes. | | maxCacheEntries | The maximum number of items that can live in the cache. | | maxEvictionQueueSize | The eviction queue is an area of memory that stores items ready for eviction but have not yet been deleted. This is the maximum size of that queue in bytes. | | maxEvictionQueueEntries | The maximum number of entries in the eviction queue. | | maxCacheEntrySize | The maximum size of a single cache entry. | | paramsCheckIntervalMs | Interval between checking parameters for updated values in ms. |
+Generated by Doclava. +