Sitecore.Context.Item 是否使用 HttpContext?

发布于 2024-12-07 04:20:53 字数 81 浏览 2 评论 0原文

Sitecore 是否利用 HttpContext 来保存对数据库的不必要的调用?

专门针对上下文项和数据库?

谢谢

Does Sitecore make use of the HttpContext to save needless calls to the DB?

Specifically for the context item and database?

Thanks

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

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

发布评论

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

评论(1

绾颜 2024-12-14 04:20:53

是的。看一下 Sitecore.Caching.ItemsContext。它使用 HttpContext.Current.Items 来保存上下文 Item。上下文数据库也在那里。

Yes. Take a look at Sitecore.Caching.ItemsContext. It uses HttpContext.Current.Items to save the context Item. The context database is in there as well.

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