--- title: "[How Do I:] Use OutputCache to Cache an ASP.NET Page | Microsoft Docs" author: rick-anderson description: "In this video Chris Pels shows how to utilize the built-in caching of ASP.NET to store a page in the cache so it does not have to be re-rendered. First, the..." ms.author: aspnetcontent manager: wpickett ms.date: 02/05/2009 ms.topic: article ms.assetid: 651c54da-becb-467e-9076-d6ace7456351 ms.technology: dotnet-webforms ms.prod: .net-framework msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page msc.type: video --- [How Do I:] Use OutputCache to Cache an ASP.NET Page ==================== by [Chris Pels](https://twitter.com/chrispels) In this video Chris Pels shows how to utilize the built-in caching of ASP.NET to store a page in the cache so it does not have to be re-rendered. First, the simplest form of page caching is demonstrated where the entire page is cached for a specified period of time. Next, a more granular approach is taken where the values of QueryString variables are used as the basis for caching pages. Finally, see how to have the type of browser be the basis for caching a page. [▶ Watch video (14 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-use-outputcache-to-cache-an-aspnet-page)