OutputCache ASP.NET MVC 2 的持续时间无法正常工作

发布于 2024-11-05 23:11:58 字数 337 浏览 0 评论 0原文

我将 OutputCache 附加到具有以下配置文件的操作方法,其中持续时间为 12 小时。

<add name="DefaultProfile"      enabled ="true" noStore="false" duration="43200" varyByCustom="pq" varyByParam="none" location="Any"/>

问题是服务器端缓存仅在 2 或 3 分钟后过期,而不是指定的 12 小时。

我错过了什么设置,导致缓存机制无法符合指定的持续时间。

I attach a OutputCache to an action method with following profile where the duration is of 12 hours.

<add name="DefaultProfile"      enabled ="true" noStore="false" duration="43200" varyByCustom="pq" varyByParam="none" location="Any"/>

The problem is server-side cache expires after just 2 or 3 minutes, not 12 hours as specified.

What setting I was missing out so that the cache mechanisms fail to conform to the specified duration.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文