Questions to be answered:
- How is cached configuration specified? Is it builtin to the core api, something that clients configure? Can it be configured through other actions (extensions)? Can runtimes declare cache sources themselves in addition to clients?
- Can/How do you configure "global" cache imports/exports for action execution (as in, cache that applies to the action being invoked and every transitive dependency)
- Can/How do you per-action cache imports/exports (as in, cache config that only applies to certain actions)?
Questions to be answered: