cache support for parseAndRender
muametgrooby opened this issue · 1 comments
muametgrooby commented
can templates passed into parseAndRender also be cached?
harttle commented
Currently cache is populated only when render files, with file path as cache key. You can call parse()
and save the parse results to render()
multiple times, that is how to manually cache parse results.