通过jsp页面清除IE10 +中的缓存

时间:2015-07-24 14:04:43

标签: caching internet-explorer-10

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-control" content="no-cache, no-store">
<meta http-equiv=" Pragma" content="no-cache">

我已尝试在所有jsp页面中使用此缓存控制标记。 但是,除非我每次刷新页面或手动清除缓存,否则在 IE10 中从一个页面导航到另一个页面时,页面中的数据不会刷新 chrome和firefox 中没有此类刷新问题。我用了 window.location.replace()用于页面之间的导航。

通过jsp页面清除IE10 +中的缓存还能做些什么?

0 个答案:

没有答案