How can I disable cache in IE8 ?
We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files.
How can I disable cache in IE8 ? We are doing Javascript development and
Share
Go to Internet Options. On the General tab, under Browsing History click Settings. Select the “Every time I visit the webpage” radio button.
This doesn’t “disable” the cache per se, but it should fix your underlying problem – the JS files should be reloaded every time.