i am trying to implement cache by varyByparam with url routing.
i have url as
routes.MapPageRoute("ProductByDate", "Product/sold/{date}", "~/CommonPages/ProductByDate.aspx");
Now varyByparam="date" but it doesn't seem to work. Can somebody guide me on this?