volkovku / RazorTemplates

Open source templating engine based on Microsoft's Razor parsing engine. Thread safe. Allows run Razor templates outside ASP.Net MVC Projects.
Microsoft Public License
99 stars 31 forks source link

Cache compiled templates #3

Closed GramGibson closed 11 years ago

GramGibson commented 11 years ago

It would be nice to avoid compilation if Template.Compile has already been called for an identical TemplateType/TemplateBody. This is just a quick example of how that might be implemented.

This is a great project. Thanks for your work.