Hi all,I'm looking for a way to pass data to multiple components while only loading the data once. For example:Component A (or model / sling resource) makes an http call and gets data back that it stores. I now need to pass this data to component B and C but with out calling on my third-party API. (...