MCPcopy Index your code
hub / github.com/argoproj/argo-workflows / GetCache

Method GetCache

workflow/controller/cache/cache.go:59–59  ·  view source on GitHub ↗
(ct CacheType, name string)

Source from the content-addressed store, hash-verified

57
58type Factory interface {
59 GetCache(ct CacheType, name string) MemoizationCache
60}
61
62func NewCacheFactory(ki kubernetes.Interface, ns string) Factory {

Callers 5

reconcileTaskSetMethod · 0.65
executeDAGMethod · 0.65
podReconciliationMethod · 0.65
executeTemplateMethod · 0.65
executeStepsMethod · 0.65

Implementers 1

cacheFactoryworkflow/controller/cache/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected