What heuristics do browsers use to cache resources not explicitly set to be cachable?

后端 未结 5 1912
小鲜肉
小鲜肉 2020-12-01 03:17

13.2.2 Heuristic Expiration

Since origin servers do not always provide explicit expiration times, HTTP caches typically assign heuristic

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 03:28

    Gecko estimates expiration at now + (now - lastModified)/10, last I checked.

提交回复
热议问题