Uses of Interface
com.nostra13.universalimageloader.cache.disc.DiscCacheAware

Packages that use DiscCacheAware
com.nostra13.universalimageloader.cache.disc   
com.nostra13.universalimageloader.cache.disc.impl   
com.nostra13.universalimageloader.core   
 

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.
 



Copyright © 2011-2013. All Rights Reserved.