CacheKeyConfig
This class configures cache key behavior. It allows enforcing the execution project domain when computing cache keys, ensuring that cache keys are based on the execution project's domain even when referencing tasks or launch plans from other projects.
Attributes
| Attribute | Type | Description |
|---|---|---|
| EnforceExecutionProjectDomain | bool | Use execution project domain when computing the cache key. This means that even if you reference tasks/launchplans from a different project, cache keys will be computed based on the execution project domain instead. |