0
kicks
Custom Output Caching in ASP.NET
In this post I cover one of the finer points of Page Fragment Caching with the ASP.NET Framework - using the PartialCachingAttribute class and its varyByCustom parameter to provide customized caching of User Controls. There is even some sample code to help illustrate the point.