|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nostra13.universalimageloader.utils.DiskCacheUtils
public final class DiskCacheUtils
Utility for convenient work with disk cache.
NOTE: This utility works with file system so avoid using it on application main thread.
| Method Summary | |
|---|---|
static File |
findInCache(String imageUri,
DiskCache diskCache)
Returns File of cached image or null if image was not cached in disk cache |
static boolean |
removeFromCache(String imageUri,
DiskCache diskCache)
Removed cached image file from disk cache (if image was cached in disk cache before) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static File findInCache(String imageUri,
DiskCache diskCache)
File of cached image or null if image was not cached in disk cache
public static boolean removeFromCache(String imageUri,
DiskCache diskCache)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||