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

Ability to make custom remove queries #31

Open moonpyk opened 10 years ago

moonpyk commented 10 years ago

@leen3o said : Be a great feature if I could clear keys that contain 'X' too. Would make it VERY flexible.