AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.image.toolbox.ImageLoader.ImageCache接口 参考

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 
)

该接口的文档由以下文件生成: