Public 成员函数 | |
| Bitmap | getBitmap (String url) |
| void | putBitmap (String url, Bitmap bitmap) |
Simple cache adapter interface. If provided to the ImageLoader, it will be used as an L1 cache before dispatch to Volley. Implementations must not block. Implementation with an LruCache is recommended.
| Bitmap com.ab.image.toolbox.ImageLoader.ImageCache.getBitmap | ( | String | url | ) |
| void com.ab.image.toolbox.ImageLoader.ImageCache.putBitmap | ( | String | url, |
| Bitmap | bitmap | ||
| ) |
1.8.8