Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear cache image?

I have created thumbnail view using Three20 bundle. I have successfully loaded and displayed the images in the view. Now i want to clear the cache images because everytime it shows only the previously cached image and not the updated or latest image. All images are retrieved from the RSS feed.

Please help me out.

Thanks.

like image 762
Pugalmuni Avatar asked Apr 11 '26 05:04

Pugalmuni


1 Answers

[[TTURLCache sharedCache] removeAll:YES];?

like image 166
cem Avatar answered Apr 12 '26 20:04

cem