Re: Webview cache location
Re: Webview cache location
- Subject: Re: Webview cache location
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 14 Apr 2012 08:45:23 +0700
On 14 Apr 2012, at 08:08, Nick Zitzmann wrote:
> On Apr 13, 2012, at 6:01 PM, Gerriet M. Denkmann wrote:
>
>> I just looked at ~/Library/Caches/[my app bundle identifier here]/
>>
>> which contains com.apple.opencl/com.apple.ocl.64.data + com.apple.ocl.64.maps.
>>
>> These things exist even for apps not using Webview at all.
>>
>> So: what goes into this cache, and who is writing / reading it?
>
> The Cache.db is I think managed by NSURLCache, which is used by NSURLConnection, which is used by WebView on OS X to handle HTTP requests.
My app does not use NSURLConnection - does not connect to the web at all.
The com.apple.ocl.64.data contains stuff looking like load commands, then a binary keyed property list, then some more.
Might be useful in debugging to know what is in there - in order to know when it makes sense to delete this cache.
Kind regards,
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden