I'm using Picasso Library for image loading in my android app. Picasso library caches images but it has expiry time for cached images. The expiry time was set by the Http headers.
If I want to increase the expiry time how can I achieve that?
or in server side,
How to do it with adding http header and give desired expiry time for the response so that it will have more time.
Thanks.