T - type of keys
D - the type of data.
public abstract class AbstractImageManagerWithMemoryCachePlus<T,D> extends AbstractImageManager<T ,D>
| Modifier and Type | Field and Description |
|---|---|
protected int |
desiredCacheSize
|
protected MemoryCachePlus |
memoryCache
|
| Constructor and Description |
|---|
AbstractImageManagerWithMemoryCachePlus()
|
AbstractImageManagerWithMemoryCachePlus(int desiredCacheSize)
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCacheHintMinimumSize(int size)
|
void |
willNeed(T thing)
|
addLoadListener, notifyListeners, notifyListenersFail, removeLoadListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getprotected int desiredCacheSize
protected MemoryCachePlus<T ,D> memoryCache
public AbstractImageManagerWithMemoryCachePlus()
public AbstractImageManagerWithMemoryCachePlus(int desiredCacheSize)
public void willNeed(T thing)
public void setCacheHintMinimumSize(int size)