我的缓存清单文件有问题。这就是它的样子(一些文件已从列表中删除以使其更短):
CACHE MANIFEST
#r8
CACHE:
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff
css/bootstrap.min.css
css/receipt.min.css
css/smoothness/jquery-ui-1.10.3.custom.css
NETWORK:
index.php
*
http://*
我在index.php缓存方面遇到了一些问题,所以我清除了缓存,在谷歌Chrome中打开了控制台,然后重新加载了页面。
Application Cache Progress event (12 of 13) http://www.magnusburton.com/stackd/index.php:1
Application Cache Progress event (13 of 13)
Application Cache UpdateReady event
从我所看到的,Chrome似乎仍然在缓存index.php,即使它在NETWORK部分下。
如何阻止任何浏览器缓存此文件?
您不能-引用appcache清单的页面将始终被缓存,即使您指定它不被缓存。
见6.7.3.3的绿色部分,刚好低于32。此处:http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#parsing-缓存清单