接口 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.
  • 方法概要

    修饰符和类型
    方法
    说明
    android.graphics.Bitmap
     
    void
    putBitmap(String url, android.graphics.Bitmap bitmap)
     
  • 方法详细资料

    • getBitmap

      android.graphics.Bitmap getBitmap(String url)
    • putBitmap

      void putBitmap(String url, android.graphics.Bitmap bitmap)