http://bugs.winehq.org/show_bug.cgi?id=23876
--- Comment #26 from Juan Lang juan_lang@yahoo.com 2011-02-28 11:05:11 CST --- (In reply to comment #25)
Created an attachment (id=33464)
--> (http://bugs.winehq.org/attachment.cgi?id=33464) [details]
Patch to Wine's internet control panel to allow you to manually empty the cache
Thanks Alexander. That's a nice addition. Here's a suggestion: + /* Recursively delete Content.IE5 folder. It will be recreated when + * wininet.dll is next loaded. TODO: Is there a better way? And it + * would be nice to regenerate it right after deleting it. */
The better way is to move the deletion of the files into wininet.dll. According to the Interwebs, native inetcpl.cpl calls FreeUrlCacheSpace with parameters 100, 0 to free the cache.