Skip navigation.
 
mlRe: How do I empty WebView;s cache?
FROM : Keith Wilson
DATE : Thu Mar 13 23:55:56 2008

Thanks Nick,

[[NSURLCache sharedURLCache] removeAllCachedResponses]

  did not work but thanks for the pointer - I will play around and see 
what does work.

Keith



On 14/03/2008, at 4:41 AM, Nick Zitzmann wrote:

>
> On Mar 13, 2008, at 8:51 AM, Keith Wilson wrote:
>

>> How do I empty WebView's caches?

>
>
> The first thing I'd try would be [[NSURLCache sharedURLCache] 
> removeAllCachedResponses]...
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
>

Related mailsAuthorDate
mlHow do I empty WebView;s cache? Keith Wilson Mar 13, 15:51
mlRe: How do I empty WebView;s cache? Nick Zitzmann Mar 13, 18:41
mlRe: How do I empty WebView;s cache? Keith Wilson Mar 13, 23:55
mlRe: How do I empty WebView;s cache? (SOLVED) Keith Wilson Mar 14, 05:09