-
IIS中User-mode caching引起的Cache-Control不为public问题的解决方法
web.config中对应的配置如下:复制代码 代码如下:<configuration><system.webServer><caching><pr
-
Cache-control使用Cache-control:private学习笔记
其作用根据不同的重新浏览方式,分为以下几种情况:(1)、打开新窗口值为private、no-cache、must-revalidate,那么打开新窗口访问时都会重新访问服务器。而如果指定了max-age值,那么在此值内的时间里就不会重新访问