winapi - How to clear MSIE/WinInet cache programatically? -
I'm trying to clear WinInet cache using the WinISp API - invalidating or removing cache entries (does not do) T case) I can not find any way to do this for the whole cache (Except on every entry), - is this also possible? I'm doing a lot to complete FindFirst / FindNextUrlCacheEntry (), DeleteUrlCacheEntry (),
The only way to ensure that it works in all versions of IE
Alternatively you use with FindFirst / and "CACHEGROUP_FLAG_FLUSHURL_ONDELETE" but you have to make sure that you only delete what you want, for example, history, cookies and temporary internet files all cache There are groups.