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

Keep serialiser in sync with attribute. #51

Closed dabutvin closed 9 years ago

dabutvin commented 9 years ago

The getter on Serialiser can new up this serialiser if it's not set. If the setting is changed in the app then it throws an exception for the mismatch

moonpyk commented 9 years ago

Merged