Gets the System.Web.Caching.Cache object for the current application domain.
Documentation for this section has not yet been entered.
There is one instance of the System.Web.Caching.Cache class per application domain. As a result, the System.Web.Caching.Cache object that is returned by the HttpContext.Cache property is the System.Web.Caching.Cache object for all requests in the application domain.