2
Answers

Caching in ASP.NET

Vineet Kumar Saini

Vineet Kumar Saini

12y
3.6k
1
Hi...

I know concept of caching but i want to know VaryByParam .....

<%@ OutputCache Duration="no of seconds"  Location="Any | Client | Server | None"  VaryByParam="parameter" %>

I want to know meaning of these...

                VaryByParam="Parameter"
                VaryByParam=" * "
                VaryByParam="None"

what is the meaning of "Parameter" and " * " and "None" in the caching concept .
Please explain....?




Thanks....


Answers (2)