One of the easiest ways to cache ASP.NET pages is using OutputCache page directive. ASP.NET output caching reduces the time needed to execute ASP code by simply saving the output of the ASP in the HTML format inside IIS memory and returning the saved or cached HTML in the future request to the same page. So the […]
Tag Archives: VaryByParam
ASP.NET 4.0 Output Caching – What is VaryByParam and VaryByCustom
Posted in ASP.NET, Caching
Also tagged .NET, ASP.NET, ASP.NET Performance, C#, Cache, Output Cache, VaryByCustom
4 Responses