com.android.volley.toolbox
インタフェース ImageLoader.ImageCache

含まれているクラス:
ImageLoader

public static interface ImageLoader.ImageCache

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 getBitmap(java.lang.String url)
           
 void putBitmap(java.lang.String url, Bitmap bitmap)
           
 

メソッドの詳細

getBitmap

Bitmap getBitmap(java.lang.String url)

putBitmap

void putBitmap(java.lang.String url,
               Bitmap bitmap)