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 50 forks source link

Cache expiry policy #56

Open mokonta opened 8 years ago

mokonta commented 8 years ago

Hi

After a few quick tests, I believe the cache duration is fixed rather than sliding. Can you confirm this? Also, is there a way to change this policy through code?