存储在 SQL 数据库中的 Asp .NET MVC OutputCache

发布于 2024-10-14 03:53:33 字数 75 浏览 2 评论 0 原文

如何在 Asp .NET MVC 2(带有 .NET 3.5)中配置 OutputCache,以便将缓存的数据存储在 SQL 数据库中?

How can you configure OutputCache in Asp .NET MVC 2 (with .NET 3.5) so that the cached data is stored in SQL database?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迎风吟唱 2024-10-21 03:53:33

这可以在 ASP.NET 4.0 中实现,您可以编写 自定义缓存提供程序。引用同一篇博客文章:

输出缓存的一个限制
不过,ASP.NET V1->V3.5 是
缓存存储本身是不可扩展的 –
并且缓存的内容始终必须
存储在内存中。

是时候升级了:-)

This could be achieved in ASP.NET 4.0 where you can write a custom cache provider. Quote from this very same blog post:

One limitation of output caching with
ASP.NET V1->V3.5, though, is that the
cache store itself is not extensible –
and the cached content always has to
be stored in-memory.

Time to upgrade :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文