-
Notifications
You must be signed in to change notification settings - Fork 5
Server side caching
janjongboom edited this page Aug 8, 2011
·
2 revisions
Moth contains a sophisticated caching system, that is the only system to add support for 'Donut Caching' (output cache substitution) to ASP.NET MVC.
This caching strategy is very awesome, because instead of choosing which parts of a page should be cached, you now specify which parts shouldn't be cached. This means: just mark every part of the page that is f.e. user specific, and only that part will be rendered again when the next user visits your site. Scott Guthrie explained it all in this blogpost, but killed the feature anyway in ASP.NET MVC.