在FRAMESET中清除缓存

时间:2014-09-01 12:59:28

标签: javascript html html5 caching coldfusion

我有2帧。我通过后退按钮点击使用history.go。现在,我必须为所有history.go页面使用clear cache选项。我用过下面的。但没有希望。

我的技术是CF.我试过CFHEADER。没用。

<cfheader name="pragma" value="no-cache">
<cfheader name="cache-control" value="no-cache, no-store, must-revalidate">

我的框架就像

 <frameset> <f1> <f2> </frameset->

<f1> used to show loading text
<f2> used to show content. 

请告诉我如何在FRAMESET中清除缓存

1 个答案:

答案 0 :(得分:0)

你试过吗

<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>