ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
html -- 协商缓存 非 html -- 强缓存(不变的资源) + 协商缓存(改变的资源) ![](https://img.kancloud.cn/1f/bb/1fbb2a19fe511dfe01bec5964ece1753_1261x1572.png) 强缓存: * expries (http1.0) * cache-control : max-age ( http1.1 ) 协商缓存: * last-modify if-modify-since (http1.0) * etag if-none-match (http 1.1) ## 缓存场景 * 不需要缓存的资源 - no-store * 频繁变动的资源 - no-cache、 etag *