Using DiskLruCache in android 4.0 does not provide for openCache method

前端 未结 3 2040
感动是毒
感动是毒 2020-11-27 09:56

Have anyone worked on DiskLruCache?

http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html

provides an example of using this caching meth

3条回答
  •  孤城傲影
    2020-11-27 10:45

    I wrote a library based on this nice piece of code posted by @Platonius. It includes some bug fixes, for example frequent IOExceptions in the put() method with "failed to delete file". It uses both LRU and disk cache: https://github.com/felipecsl/Android-ImageManager

提交回复
热议问题