Versions in this module Expand all Collapse all v2 v2.11.4 Oct 1, 2020 Changes in this version + type CacheEntry struct + NodeID string + Outputs *wfv1.Outputs + type CacheFactory interface + GetCache func(ct CacheType, name string) *MemoizationCache + func NewCacheFactory(ki kubernetes.Interface, ns string) CacheFactory + type CacheType string + const ConfigMapCache + type MemoizationCache interface + Load func(key string) (*CacheEntry, error) + Save func(key string, nodeId string, value *wfv1.Outputs) error + func NewConfigMapCache(ns string, ki kubernetes.Interface, n string) MemoizationCache