| Package | Description |
|---|---|
| de.greenrobot.common |
| Modifier and Type | Method and Description |
|---|---|
static <KEY,T> ObjectCache<KEY,T> |
ObjectCache.createUsingSoftReferences()
Never use this for external allocations like bitmaps: they are not GCed (tested under Android 2.2)!
|
static <KEY,T> ObjectCache<KEY,T> |
ObjectCache.createUsingWeakReferences()
Weak references are a bad cache but the work with external allocations like bitmaps.
|
Copyright © 2014. All rights reserved.