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