Uses of Interface
com.nostra13.universalimageloader.cache.memory.MemoryCacheAware

Packages that use MemoryCacheAware
com.nostra13.universalimageloader.cache.memory   
com.nostra13.universalimageloader.cache.memory.impl   
 

Uses of MemoryCacheAware in com.nostra13.universalimageloader.cache.memory
 

Subinterfaces of MemoryCacheAware in com.nostra13.universalimageloader.cache.memory
 interface MemoryCache
          Interface for memory cache
 

Classes in com.nostra13.universalimageloader.cache.memory that implement MemoryCacheAware
 class BaseMemoryCache
          Base memory cache.
 class LimitedMemoryCache
          Limited cache.
 

Uses of MemoryCacheAware in com.nostra13.universalimageloader.cache.memory.impl
 

Classes in com.nostra13.universalimageloader.cache.memory.impl that implement MemoryCacheAware
 class FIFOLimitedMemoryCache
          Limited bitmap cache.
 class FuzzyKeyMemoryCache
          Decorator for MemoryCache.
 class LargestLimitedMemoryCache
          Limited bitmap cache.
 class LimitedAgeMemoryCache
          Decorator for MemoryCache.
 class LRULimitedMemoryCache
          Limited bitmap cache.
 class LruMemoryCache
          A cache that holds strong references to a limited number of Bitmaps.
 class UsingFreqLimitedMemoryCache
          Limited bitmap cache.
 class WeakMemoryCache
          Memory cache with weak references to bitmaps

NOTE: This cache uses only weak references for stored Bitmaps.
 



Copyright © 2011-2014. All Rights Reserved.