Looking for a simple open source non-copyleft caching for Android (SDK 7+) class.
The purpose is primary to store the Bitmaps fetched asynchronously (so
Bitmap
How about android.util.LruCache? If you need to support older platforms, simply copy it in you project. EDIT: it's actually in the compat/support library.
android.util.LruCache