added by corneto 9/16/2011 8:21:55 AM 146 Views MVC Output cache with CacheProfie Read the full story ASP.NET 2 comments dpeterson 9/16/2011 8:23:57 AM Nice solution! What led you to disable client-side ajax caching? Was new data not being fetched properly? corneto 9/16/2011 9:21:49 AM The website I work on supports localization, and I pass the localization attribute in the "Accept-Language" header. When I used client side caching, the response was the same for different localization headers.
What led you to disable client-side ajax caching? Was new data not being fetched properly?