How can I check if I successfully cleared IE's cache?

Posted by Motti on Stack Overflow See other posts from Stack Overflow or by Motti
Published on 2010-03-16T12:57:00Z Indexed on 2010/03/16 13:16 UTC
Read the original article Hit count: 255

Filed under:
|

I'm clearing IE's cache programmatically using DeleteUrlCacheEntry() and I would like to verify that I did it correctly.

Should I expect the Temporary Internet Files folder to be empty after clearing the cache? (it isn't)

If not then what is the simplest way to determine whether the browser is using its cache when accessing a site?

© Stack Overflow or respective owner

Related posts about cache

Related posts about internet-explorer