Gets the System.Web.Caching.Cache object associated with the application in which the page resides.
a System.Web.Caching.Cache
An application's System.Web.Caching.Cache object allows you to store and retrieve arbitrary data on subsequent requests. The cache is not specifically associated with a page or user session. It is used primarily to enhance application performance. For more information, see Caching Application Data. For more information on the difference between application caching and page output caching, see Introduction to Caching in ASP.NET.