MugunthKumar/MKNetworkKit

Save cache is called only when app goes to background or receives memory waring.

Opened this issue · 0 comments

Hi,

I have implemented the useCache method so that I get the images from the cache. But I see that even setting the useCache method, the code doesn't save the cached images until user takes the app to background or receives memory warning. So can I know how to solve this caching issue?

Thanks,