1
Reply

What is Output Caching in ASP.NET?

Amit Sharma

Amit Sharma

11y
1.7k
0
Reply

    Output Caching is the mechanism to control the caching option of pages or user control. This can be achieved by specifying the @OutputCache directives with the relevant parameters/attributes like Duration, VarybyParam etc..