我想知道是否有一种方法可以检测何时从本地缓存返回响应?是否可以?
I'm wondering if there is a way how to detect when a response is returned from a local cache? Is it possible?
解决方案应该是通用的并且适用于无条件请求.在这种情况下,响应代码总是 200 OK,但是 XHR 为第二个请求返回一个缓存的资源(例如,第一个响应包含 Expires 标头,因此无需在到期日期之前向服务器请求新资源).
The solution should be general and work for unconditional requests. In this case, the response code is always 200 OK, but XHR returns a cached resource for the second request (e.g. the first response contains Expires header, so there is no need to ask a server for a new resource before the expiration date).
答案是Date header
The answer is Date header
例如
这篇关于如何检测 XHR 何时返回缓存的资源?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!