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