public class ImageCache extends Object
| Constructor and Description |
|---|
ImageCache(long entryLifeTime,
long cleanUpCycleTime,
int maximumSize) |
| Modifier and Type | Method and Description |
|---|---|
String |
addObject(Object obj) |
Object |
getObject(String key) |
int |
getSize() |
void |
killCleanUpThread() |
Copyright © 2016. All rights reserved.