I am using `Picasso` for image loading, know picas...
# android
b
I am using
Picasso
for image loading, know picasso caches(Both disk and memory) images. I have tried to use cache control headers for image
*cache-control*: max-age=60
but it is not working. Is there a way to set expiry time for images while storing in disk/memory ?
google 12
stackoverflow 11