浏览器缓存
2019-02-27 本文已影响0人
别过经年
1. 为什么服务端没有设置cache-control,chrome直接from disk cache?
请问没有设置cache-control和expires的情况下,这个请求是如何实现200 from cache的?
吐槽 chrome 的 200 from memory cache 缓存
不设 Cache-Control 的话就会被缓存,因为 Cache-Control 是 Private
请问没有设置cache-control和expires的情况下,这个请求是如何实现200 from cache的?
吐槽 chrome 的 200 from memory cache 缓存
不设 Cache-Control 的话就会被缓存,因为 Cache-Control 是 Private