Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
type
Factory
interface
{
59
GetCache(ct CacheType, name string) MemoizationCache
60
}
61
62
func
NewCacheFactory(ki kubernetes.Interface, ns string) Factory {
Callers
5
reconcileTaskSet
Method · 0.65
executeDAG
Method · 0.65
podReconciliation
Method · 0.65
executeTemplate
Method · 0.65
executeSteps
Method · 0.65
Implementers
1
cacheFactory
workflow/controller/cache/cache.go
Calls
no outgoing calls
Tested by
no test coverage detected