如何确认网页是否已在浏览器中缓存?

时间:2014-10-26 23:09:46

标签: http caching https http-headers browser-cache

我有一个JSP,可确保HTTP响应包含指示浏览器不缓存的标头。我访问了那个 Firefox中的页面,Firebug打开,可以在Firebug中看到' Net' - ' HTML' - '标题' '响应标题'

    Cache-Control   no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Content-Type    text/html;charset=ISO-8859-1
    Date            Sun, 26 Oct 2014 22:47:28 GMT
    Expires         Sat, 6 May 1995 12:00:00 GMT
    Pragma          no-cache
    Transfer-Encoding chunked

这些信息是否足以说明页面没有缓存,或者是否有其他方法可以仔细检查是否有 页面是否已缓存在浏览器中?

1 个答案:

答案 0 :(得分:0)

我在Firefox中找到了CacheViewer2插件,列出了在Firefox中缓存的资源。现在,我可以确认页面是否已被缓存。此附加组件已被提及here