base on LruCache DiskLruCache
refer to https://github.com/fhucho/simple-disk-cache https://github.com/JakeWharton/DiskLruCache
先从LruCache中读取,获取不成功,则从DiskLruCache中获取
| Name | Name | Last commit date | ||
|---|---|---|---|---|
base on LruCache DiskLruCache
refer to https://github.com/fhucho/simple-disk-cache https://github.com/JakeWharton/DiskLruCache
先从LruCache中读取,获取不成功,则从DiskLruCache中获取