Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.Memoize

Memoize enables caching for the Outputs of the template.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
cache object Cache sets and configures the kind of 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.
View JSON Schema on GitHub