I am using Picasso to display image in my android app:
/** * load image.This is within a activity so this context is activity */ public void loadImage (){
I had the same problem and used Glide library instead. Cache is out of the box there. https://github.com/bumptech/glide