public class NativeXVolley.DiskBitmapCache
extends com.android.volley.toolbox.DiskBasedCache
implements com.android.volley.toolbox.ImageLoader.ImageCache
Constructor and Description |
---|
DiskBitmapCache(File cacheDir) |
DiskBitmapCache(File rootDirectory,
int maxCacheSizeInBytes) |
Modifier and Type | Method and Description |
---|---|
Bitmap |
getBitmap(String url) |
void |
putBitmap(String url,
Bitmap bitmap) |