AspNetCore.Docs/aspnet/web-forms/videos/how-do-i/how-do-i-use-outputcache-to...

1.3 KiB

title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
[How Do I:] Use OutputCache to Cache an ASP.NET Page | Microsoft Docs rick-anderson 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... aspnetcontent wpickett 02/05/2009 article 651c54da-becb-467e-9076-d6ace7456351 dotnet-webforms .net-framework /web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page video

[How Do I:] Use OutputCache to Cache an ASP.NET Page

by Chris Pels

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)