是“过期”吗?在http header有用吗?

发布于 2024-11-29 04:47:14 字数 105 浏览 0 评论 0原文

浏览器中静态文件(如图像/js/css)的缓存是否有默认行为? 即使我没有在服务器上设置过期时间,我发现我的浏览器(Firefox,IE8)也可以从本地缓存中读取静态文件,那么“过期时间”有用吗?

Is there a default behavior for cache of static files like images/js/css in browsers?
Even if I did not set the expires on my server, I found that my browser(Firefox, IE8) could also read the static files from local cache, so is the "Expires" useful?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无边思念无边月 2024-12-06 04:47:14

是的,它绝对有用。如果您不设置标头,客户端必须猜测内容何时过期。您可能不喜欢它的猜测方式,并且某些浏览器比其他浏览器或多或少具有攻击性。请阅读 http ://blogs.msdn.com/b/ie/archive/2010/07/14/caching-improvements-in-internet-explorer-9.aspx进行充分的讨论。

Yes, it's absolutely useful. If you don't set the header, the client must guess when the content expires. You may not like how it guesses, and some browsers are more or less aggressive than others. Please read http://blogs.msdn.com/b/ie/archive/2010/07/14/caching-improvements-in-internet-explorer-9.aspx for a full discussion.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文