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

Specifically for the context item and database?

Thanks

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
Great thanks for that. – David McLean Sep 28 '11 at 16:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.