public class LruImageCache extends java.lang.Object implements ImageCache
ImageLoader.ImageLoader(com.android.volley.RequestQueue)
Added by Vinay S Shenoy on 19/5/13| Constructor and Description |
|---|
LruImageCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
android.graphics.Bitmap |
getBitmap(java.lang.String key) |
void |
invalidateBitmap(java.lang.String url) |
void |
putBitmap(java.lang.String key,
android.graphics.Bitmap bitmap) |
public android.graphics.Bitmap getBitmap(java.lang.String key)
getBitmap in interface ImageCachepublic void putBitmap(java.lang.String key,
android.graphics.Bitmap bitmap)
putBitmap in interface ImageCachepublic void invalidateBitmap(java.lang.String url)
invalidateBitmap in interface ImageCachepublic void clear()
clear in interface ImageCache