com.nostra13.universalimageloader.cache.memory.impl
Class WeakMemoryCache
java.lang.Object
com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
com.nostra13.universalimageloader.cache.memory.impl.WeakMemoryCache
- All Implemented Interfaces:
- MemoryCache, MemoryCacheAware<String,android.graphics.Bitmap>
public class WeakMemoryCache
- extends BaseMemoryCache
Memory cache with weak references to bitmaps
NOTE: This cache uses only weak references for stored Bitmaps.
- Since:
- 1.5.3
- Author:
- Sergey Tarasevich (nostra13[at]gmail[dot]com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeakMemoryCache
public WeakMemoryCache()
createReference
protected Reference<android.graphics.Bitmap> createReference(android.graphics.Bitmap value)
- Description copied from class:
BaseMemoryCache
- Creates not strong reference of value
- Specified by:
createReference
in class BaseMemoryCache
Copyright © 2011-2014. All Rights Reserved.