我的 web.config 中有以下内容:
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="30.00:00:00" cacheControlCustom="public"></clientCache>
但是,浏览器会在响应中报告以下内容:
Cache-Control:public,max-age=86400
更奇怪的是,applicationHost.config 如下:
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
所以我不确定86400(1天)来自哪里,以及如何覆盖它?