| 类 | 说明 |
|---|---|
| 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.
|
| ImageCache | |
| Preconditions | |
| UriUtil | |
| Utils |
Class containing some static utility methods.
|