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....