|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DiscCacheAware in com.nostra13.universalimageloader.cache.disc |
---|
Classes in com.nostra13.universalimageloader.cache.disc that implement DiscCacheAware | |
---|---|
class |
BaseDiscCache
Base disc cache. |
class |
LimitedDiscCache
Abstract disc cache limited by some parameter. |
Uses of DiscCacheAware in com.nostra13.universalimageloader.cache.disc.impl |
---|
Classes in com.nostra13.universalimageloader.cache.disc.impl that implement DiscCacheAware | |
---|---|
class |
FileCountLimitedDiscCache
Disc cache limited by file count. |
class |
LimitedAgeDiscCache
Cache which deletes files which were loaded more than defined time. |
class |
TotalSizeLimitedDiscCache
Disc cache limited by total cache size. |
class |
UnlimitedDiscCache
Default implementation of disc cache. |
Uses of DiscCacheAware in com.nostra13.universalimageloader.core |
---|
Methods in com.nostra13.universalimageloader.core that return DiscCacheAware | |
---|---|
static DiscCacheAware |
DefaultConfigurationFactory.createDiscCache(android.content.Context context,
FileNameGenerator discCacheFileNameGenerator,
int discCacheSize,
int discCacheFileCount)
Create default implementation of DisckCacheAware depends on incoming parameters |
DiscCacheAware |
ImageLoader.getDiscCache()
Returns disc cache |
Methods in com.nostra13.universalimageloader.core with parameters of type DiscCacheAware | |
---|---|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.discCache(DiscCacheAware discCache)
Sets disc cache for images. |
Uses of DiscCacheAware in com.nostra13.universalimageloader.core.assist |
---|
Methods in com.nostra13.universalimageloader.core.assist with parameters of type DiscCacheAware | |
---|---|
static File |
DiscCacheUtil.findInCache(String imageUri,
DiscCacheAware discCache)
Returns File of cached image or null if image was not cached in disc cache |
static boolean |
DiscCacheUtil.removeFromCache(String imageUri,
DiscCacheAware discCache)
Removed cached image file from disc cache (if image was cached in disc cache before) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |