Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 673 Bytes

V1alpha1Memoize.md

File metadata and controls

13 lines (9 loc) · 673 Bytes

V1alpha1Memoize

Memoization enables caching for the Outputs of the template

Properties

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.

[Back to Model list] [Back to API list] [Back to README]