Package com.nostra13.universalimageloader.cache.memory.impl

Class Summary
FIFOLimitedMemoryCache Limited bitmap cache.
FuzzyKeyMemoryCache<K,V> Decorator for MemoryCacheAware.
LargestLimitedMemoryCache Limited bitmap cache.
LimitedAgeMemoryCache<K,V> Decorator for MemoryCacheAware.
LRULimitedMemoryCache Limited bitmap cache.
LruMemoryCache A cache that holds strong references to a limited number of Bitmaps.
UsingFreqLimitedMemoryCache Limited bitmap cache.
WeakMemoryCache Memory cache with weak references to bitmaps

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



Copyright © 2011-2013. All Rights Reserved.