标签: html http caching
是HTML标记:
<meta http-equiv="Cache-Control" content="no-cache, no-store">
相当于HTTP响应头Cache-Control: no-cache, no-store,特别是从中间代理和缓存(客户端和服务器之间)的角度来看?
Cache-Control: no-cache, no-store
中间缓存是否应解析所有HTML - <head>部分,寻找这些类型的标头?
<head>
答案 0 :(得分:1)
不,代理人不应该阅读文档,一般不会这样做。