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

Can i change input database of mvcdonutcaching? #66

Open minhncud opened 6 years ago

minhncud commented 6 years ago

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 get new data.