public class MemoryCache extends Object
Bitmap
getBitmapFromMemCache(String key)
static MemoryCache
getInstance()
void
putBitmapToCache(String key, Bitmap bitmap)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static MemoryCache getInstance()
public void putBitmapToCache(String key, Bitmap bitmap)
public Bitmap getBitmapFromMemCache(String key)