html设置强制缓存的方法
html设置强制缓存的方法
1 服务端设置好强制缓存后
2
总结 没命中缓存就走协商缓存 (如果requestheader 禁止缓存写死了 也会直接走协商缓存)
微信缓存机制不识别
"Cache-Control" content="no-cache, no-store, must-revalidate" /> "Pragma" content="no-cache" /> "Expires" content="0" />
html设置强制缓存的方法
1 服务端设置好强制缓存后
2
总结 没命中缓存就走协商缓存 (如果requestheader 禁止缓存写死了 也会直接走协商缓存)
微信缓存机制不识别
"Cache-Control" content="no-cache, no-store, must-revalidate" /> "Pragma" content="no-cache" /> "Expires" content="0" />