How can I check if I successfully cleared IE's cache?
- by Motti
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?