How to clear iphone cache programatically
Hi all ,
Is there any way we clear the cache of iphone programatically,
I am using
[[NSURLCache sharedURLCache] removeAllCachedResponses];
i dont know wheather it will be right solution or not.
i want to get rid of old cached locations of my cllocationmanager.
Thanks
Naren
|