I am developing an iOS Application like Flipkart. So, I want to show many images on my dashboard.
Every image was downloading in URLSession
at every time app is open.
So, I used NSCache
to save some category of images.
And also used local temp folder to save some images.
My TL asked me to clear all cache images like android app.
How to clear cache in settings?