Package | Description |
---|---|
com.nostra13.universalimageloader.cache.memory | |
com.nostra13.universalimageloader.cache.memory.impl |
Modifier and Type | Class and Description |
---|---|
class |
LimitedMemoryCache
Limited cache.
|
Modifier and Type | Class and Description |
---|---|
class |
FIFOLimitedMemoryCache
Limited
bitmap cache. |
class |
LargestLimitedMemoryCache
Limited
bitmap cache. |
class |
LRULimitedMemoryCache
Limited
bitmap cache. |
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-2015. All Rights Reserved.