Cache-Control: no-cache 表示不缓存误区:很多人认为 no-cache 表示完全不缓存。事实:no-cache 允许缓存,但要求每次使用前必须向服务器验证(发送 If-None-Match 或 If-Modified-Since 请求)。真正禁止缓存的是 no-store。混淆 Expires 和 Cache-Control 优先级误区:认为 Expires 和 Cache-