Related resources for cache varying options
  • Performance Improvement in ASP.NET Using Caching5/20/2012 4:15:53 AM. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application by storing the page output or application data across HTTP requests and reuse it. This allows the web server to take advantage of processing the request without recreating the information and thus saving time and resources.