Hey,
after a long absence from programming i have got back into it again and well im kinda lost on the entire output caching thing to be honest.
Basically I have an old webforms that i Upgraded from ASP.NET 2.0 to 4.5 and I wanna speed it up with caching certain pages was an easy fix but I have a usercontrol that is avaliable on different pages and it loads different lists of useful links depending
on the URL of the page im visiting.
The control is used on a listing page and on a details page.
a URL might be like this
(listing)
www.mysite.com/cars/
www.mysite.com/boats/
(detail)
www.mysite.com/detail/765874/how-to-change-brakepads
or something like that...
How do I cache this so the cache on a specific url is shared between different users...my problem is now that the cache returns the same r ...
Go to the complete details ...