Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Add cache for compiled Handlebars templates #362

Closed tomaszmichalak closed 6 years ago

tomaszmichalak commented 6 years ago

Please add cache for compiled Handlebars temaplates. Key in this map should be calculated based on fragment content (String), value - compiled snippet.

Required params:

2018-01-05_11h34_45

2018-01-05_11h37_03

tomaszmichalak commented 6 years ago

https://github.com/Cognifide/knotx/pull/372

tomaszmichalak commented 6 years ago

Fixed.