【发布时间】:2017-01-19 13:14:44
【问题描述】:
我在我的 asp.net 应用程序中添加了静态内容缓存
<staticContent>
<clientCache httpExpires="Sun, 29 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" />
<staticContent>
在将新更改推送到生产环境时,
javascript1.js不会在客户端计算机中更新。因此 JS 中的新变化不会更新
如何使所有客户端浏览器中的缓存失效?
【问题讨论】:
标签: asp.net-mvc caching browser-cache static-content clientcache