moonpyk / mvcdonutcaching

ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
https://github.com/moonpyk/mvcdonutcaching
MIT License
142 stars 49 forks source link

Cache profile Server, but still different results on different browsers/machines #68

Open Jogai opened 6 years ago

Jogai commented 6 years ago

My action is decorated with [DonutOutputCache(CacheProfile = "Indexes")]

And these are my cache profiles:

Sometimes I still get different results in different browsers. Where should I look for problems? During test this never happened. I'm running a multitenant app, but it only happens for a few it seems.