mvcdonutcaching icon indicating copy to clipboard operation
mvcdonutcaching copied to clipboard

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 requ...

Results 33 mvcdonutcaching issues
Sort by recently updated
recently updated
newest added

I use mvcdonutcaching on one page of my site. It runs well except that sometimes the page becomes blank page, so that I must restart IIS to recover. the problem...

question
pending

Do you plan to support Asp.net core projects?

I'm passing a model object to Action method extension which recessives an extra parameter (excludeFromParentCache) to determine whether child action should be exclude from cache but I get this error...

First thanks for this fabulous feature! I'm using donut caching successfully for a while, but sometimes I receive an "Object reference not set to an instance of an object" at:...

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...

https://github.com/moonpyk/mvcdonutcaching/blob/00c095005659edd4d973add50e99ab2b70da4131/DevTrends.MvcDonutCaching/OutputCacheManager.cs#L147

I tried to use DonutOutputCache in Mvc4 with Redis resource instead of SQL database but it doesn't work. When data in Redis changed and DonutOutputCache doesn't expire, it doesn't automatically...

When these packages are incorporated to application some unusual comments are being added to code here is an example : https://stackoverflow.com/questions/44800866/mvcdonutcaching-how-can-i-remove-the-enddonut-comment `Content Of partial here`

I need to disable or clear the donut caching when a specific action occurs in my controller. How can I do this? I am using asp.net and MVC.

Hi, When manipulating items using the methods of the OutputCacheManager, RemoveItem for example. The order of the "RouteValues" should not be important. Just add "OrderBy" key to this code in...