未应用Azure blob CacheControl

时间:2015-05-05 10:09:45

标签: azure azure-storage-blobs

我创建了一个新blob并指定了等于max-age=31536000, must-revalidate的CacheControl(我在Azure门户中查看过)。现在,当我的blob被浏览器加载时,我看到以下内容:

Status Code:304 The condition specified using HTTP conditional header(s) is not met.
Cache-Control:max-age=0

我关心Cache-Control。为什么它不代表我指定的值?我做错了吗?

0 个答案:

没有答案