ASP.NET页面缓存与master有关系吗?

发布于 2024-10-20 08:36:34 字数 66 浏览 2 评论 0原文

如果我在 ASP.NET 页面上设置缓存并在母版页中包含内容(控件),那么该内容也会被缓存吗?

谢谢。

If I set cache on an ASP.NET page and have content, a control, in the master page then is that cached, as well?

Thanks.

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

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

发布评论

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

评论(2

心房的律动 2024-10-27 08:36:34

页面的不同部分可以单独缓存。但是,如果缓存能力设置为“公共”或“私有”,则整个页面(包括母版页)都将被缓存,因为执行缓存的客户端浏览器或代理服务器将无法区分普通页面和普通页面。母版页。

Different portions of a page may be cached separately. However, if the cachability is set to either Public or Private, then the whole page, including the master page, will be cached, because the client browser or proxy servers that are doing the caching will be unable to distinguish between a normal page and a master page.

女皇必胜 2024-10-27 08:36:34

母版页和页面将被缓存。

Master Page and the page will be cached.

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