As the Cache-in node is designed, it becomes mandatory to have a switch or function node just after to manage the two cases:
- There was a cache entry ==> Continue with flow
- There was no cache entry ==> Generate data from external store or custom logic
If would save a bit of configuration and make the flow more readable to directly be able to have 2 outputs on the cache-in node