10
Shouts

Write your own OutputCacheProvider - .NET Development - Gal Ratner

published 717 days, 2 hours, 58 minutes ago posted by galratnergalratner 719 days, 9 hours, 28 minutes ago
Tuesday, June 08, 2010 10:49:46 AM GMT Sunday, June 06, 2010 4:19:31 AM GMT

Output caching is a way of caching the generated HTML created from your ASP.NET pages. Output caching can cache an entire page or fragments of a page. The first request to a page is served dynamically, and then any subsequent requests are served from the output cache until the specified time expires.

ASP/NET 4.0 adds the ability to plug in your own implementation of output caching. This blog post explains how to do it.

category: ASP.NET | clicked: 2 | | source: galratner.com | show counter code
tags: ASP .NET 4.0, Caching