ASP.Net Caching and Sitecore (HttpContext.Current.Cache vs. HttpRuntime.Cache)

This post is about using ASP.Net caching with sitecore, separate from the item caching that sitecore itself provides. (Sitecore Caching) We are all possibly aware of the way to use the cache accessible using the HttpContext.Current.Cache property. In the scenario of Sitecore, we might also want to add the functionality to clear all cached data on… Read More ASP.Net Caching and Sitecore (HttpContext.Current.Cache vs. HttpRuntime.Cache)