Before I had worked on Volley and I have used the DiskLruCache [link] with Volley to cache images on disk.
Now I have been working with app that is using Picasso.
I would like to know whether Picasso supports disk caching. If it supports how can I fix the cache size.
Which will be useful when loading images from remote with disk caching?