public final class DiskCacheUtils extends Object
Modifier and Type | Method and Description |
---|---|
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)
|
Copyright © 2011-2015. All Rights Reserved.