Memoization enables caching for the Outputs of the template
Name | Type | Description | Notes |
---|---|---|---|
cache | Cache | ||
key | String | Key is the key to use as the caching key | |
maxAge | String | 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. |