rewe-digital / composer

Dynamically composes markup generated by microservices. Based on Java8, reactive patterns and Spotify Apollo. Made with 💙 in cologne.
Apache License 2.0
10 stars 2 forks source link

Improve caching: Do not cache responses, cache parse results. #37

Open AndreasKl opened 6 years ago

AndreasKl commented 6 years ago

Currently the cache saves us from calling a service, however we still pay for parsing etc. As the parse result is idempotent for the same source add caching after parsing was executed.