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

Asp.net Core Support #69

Open ibrahimozgon opened 5 years ago

ibrahimozgon commented 5 years ago

Do you plan to support Asp.net core projects?

cb-eli commented 5 years ago

Any plan?

BHare1985 commented 4 years ago

I'd like to know if there are plans too.

peterbucher commented 3 years ago

What is the alternative when migrating to ASP.NET Core 3.1 / 5.0? Anyone?