Open zachtom opened 11 years ago
AsyncImageView doesn't currently support saving images to disk, so they're only cached in memory. In future I may add disk caching, but you would need to save the images yourself manually.
Hi Nick, Thanks for the response. it would be great if you could add that option as well. I was previously using HJImageCache in my projects. But yours is way faster when compared to HJImageCache. Thanks for the library. Zach
On Wed, May 1, 2013 at 12:17 AM, Nick Lockwood notifications@github.comwrote:
AsyncImageView doesn't currently support saving images to disk, so they're only cached in memory. In future I may add disk caching, but you would need to save the images yourself manually.
— Reply to this email directly or view it on GitHubhttps://github.com/nicklockwood/AsyncImageView/issues/26#issuecomment-17260306 .
I am using AsyncImageView in my project. The issue for me is the images are removed from cache once the app is closed. How can I avoid this. how to retain images in cache until its manually removed?