【发布时间】:2016-01-18 00:57:10
【问题描述】:
我们在single-page-web-application 中使用HTML5 应用程序缓存。清单文件在index.htm-file 的-tag 中定义:
<html xxxxxxxxxxxxxxxxxxxxxxxxxxxxx manifest="/xxxxxx/xxxxx.appcache">
index.htm-file 是唯一从网络服务器加载的 htm-file,因为网络应用程序是使用 angularJS 构建的单页网络应用程序。以下所有回复均在JSON。
现在我们希望index.htm-file 不会缓存在HTML5 应用程序缓存中。但是因为 manifest-file 是在 index.htm-file 中定义的,所以这个后面的文件也被隐式缓存了。
有谁知道index.htm-file 没有被缓存,尽管清单是在index.htm-file 中定义的?
【问题讨论】:
-
如果您找到答案,请务必更新此内容。
标签: html caching manifest application-cache