ASP.NET OutputCache - 缓存将存储在哪里 id Location=“Any”

发布于 2024-10-08 01:58:54 字数 61 浏览 0 评论 0原文

我想在我的网站中使用 ASP.NET 输出缓存。如果我选择 Location="Any" 缓存将存储在哪里?

I want to use ASP.NET Output cache in my website. If i select Location="Any" where will the cache be stored?

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

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

发布评论

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

评论(1

灰色世界里的红玫瑰 2024-10-15 01:58:54

输出缓存可以位于浏览器客户端(发出请求的位置)、参与请求的代理服务器(或任何其他服务器)或处理请求的服务器上。

有关详细信息,您可以参考以下链接:

http://msdn.microsoft.com/en-us/library/system.web.ui.outputcachelocation(v=VS.100).aspx

The output cache can be located on the browser client (where the request originated), on a proxy server (or any other server) participating in the request, or on the server where the request was processed.

for more information you can refere to the following link:

http://msdn.microsoft.com/en-us/library/system.web.ui.outputcachelocation(v=VS.100).aspx

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