Is there still an approach to implementing substitution caching in MVC 3 contained in this page ? It was written in 2008, and since then MVC has changed dramatically, so I'm not sure if this has a more relevant implementation.
Obviously, the concept of a code dictionary of a view is no longer used, but I mean more to implement the cache substitution itself.
Scott source share