接口 | 说明 |
---|---|
CacheLoader | |
CacheManager |
类 | 说明 |
---|---|
CacheObject |
Created by xuewu.wei on 2016/3/14.
|
DiskLruCache |
*****************************************************************************
Taken from the JB source code, can be found in:
libcore/luni/src/main/java/libcore/io/DiskLruCache.java
or direct link:
https://android.googlesource.com/platform/libcore/+/android-4.1.1_r1/luni/src/main/java/libcore/io/DiskLruCache.java
*****************************************************************************
A cache that uses a bounded amount of space on a filesystem.
|