| 类 | 说明 |
|---|---|
| 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 | |
| ImageCache.ImageCacheParams |
A holder class that contains cache parameters.
|
| ImageCache.RetainFragment |
A simple non-UI Fragment that stores a single Object and is retained over configuration
changes.
|
| Preconditions | |
| Utils |
Class containing some static utility methods.
|