public static interface ANImageLoader.ImageCache
| Modifier and Type | Method and Description |
|---|---|
void |
evictAllBitmap() |
void |
evictBitmap(java.lang.String key) |
android.graphics.Bitmap |
getBitmap(java.lang.String key) |
void |
putBitmap(java.lang.String key,
android.graphics.Bitmap bitmap) |