| Class | Description |
|---|---|
| AndroidDiskLruCache |
*****************************************************************************
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.
|
| CacheHelper |
Created by Marcin Swierczek
17/06/2015.
|
| CursorAdapterWithImageCache |
Cursor Adapter that loads images and stores them in disk and memory cache.
|
| DiskBitmapCache |
Wrapper around
AndroidDiskLruCache class with bitmap loading/saving methods. |
| DonkyDiskCacheManager |
Main access point for different cache folders.
|
| LoadAvatarOperation |
Async Task for downloading and storing image view resources from the network.
|