Memoization enables caching for the Outputs of the template
Name | Type | Description | Notes |
---|---|---|---|
cache | V1alpha1Cache | ||
key | str | Key is the key to use as the caching key | |
max_age | str | MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored. |