本文介绍了text / html的默认浏览器缓存有效期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果没有与缓存过期相关的标头(日期
, Last-Modified
和 ETag )如果资源的 Content-Type
是text / html,那么资源的有效期是多少?
In case there's no cache expiration related headers (except Date
, Last-Modified
and ETag
) in an HTTP response what would be the expiration period for a resource if its Content-Type
is text/html?
它取决于浏览器吗?
推荐答案
来自:
这是理论,但我没有任何关于实际行为的信息。
That is the theory but I don’t have any information about actual behavior.
这篇关于text / html的默认浏览器缓存有效期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!