页面缓存问题
Posted em2464
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了页面缓存问题相关的知识,希望对你有一定的参考价值。
如上图 添加版本号 (a标签中href也是xx.html?v=100)
head里面添加一下内容
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
以上是关于页面缓存问题的主要内容,如果未能解决你的问题,请参考以下文章
为 memcached 和 Rails 组合片段和对象缓存的最佳方式