In ASP.NET MVC2 I use OutputCache and the VaryByParam attribute. I got it working fine with a single parameter, but what is the correct syntax when
OutputCache
VaryByParam
You can also use * to include all parameters
*
[OutputCache(Duration =9234556,VaryByParam = "*")]