Hi, I’ve been playing around with the cache feature while developing some actions to create a user in a DB post Auth0 registration/login. I’ve been wanting to leverage the cache to reduce m2m token usage. However between test runs in the custom actions editor, the cache is always empty after every run, is this normal? Similarly are the caches scoped such that they only persist between consecutive action flows, or do they work on every flow re-run?
For example if I have two actions, is the cache just shared between a single execution of 1 and 2, with 2 being able to access the cache I set in 1 OR if I set the cache in an initial execution of action 1 and then action 1 is re-executed, does it has access to the cache previously set?
Thanks in advance for your help!