How to disable cache in InternetExplorer 8

前端 未结 10 823
粉色の甜心
粉色の甜心 2020-12-02 17:07

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

10条回答
  •  自闭症患者
    2020-12-02 17:38

    Ctrl+Shift+Del will open the Clear Private Data dialog (or select it from the Safety menu). Uncheck everything but the first two items to clear only the cache.

    You shouldn't have to clear the cache though. If you access your js files through a web server (such as IIS running locally), the normal cache control mechanisms should do the trick. If they don't, a Ctrl+F5 usually fixes the problem.

提交回复
热议问题