harttle/liquidjs

cache support for parseAndRender

muametgrooby opened this issue · 1 comments

can templates passed into parseAndRender also be cached?

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.