MCPcopy
hub / github.com/argoproj/argo-cd / Get

Method Get

util/cache/client.go:33–33  ·  view source on GitHub ↗
(key string, obj any)

Source from the content-addressed store, hash-verified

31 Set(item *Item) error
32 Rename(oldKey string, newKey string, expiration time.Duration) error
33 Get(key string, obj any) error
34 Delete(key string) error
35 OnUpdated(ctx context.Context, key string, callback func() error) error
36 NotifyUpdated(key string) error

Implementers 5

forwardCacheClientcmd/argocd/commands/headless/headless.
redisCacheutil/cache/redis.go
InMemoryCacheutil/cache/inmemory.go
twoLevelClientutil/cache/twolevelclient.go
MockCacheClientutil/cache/mocks/cacheclient.go

Calls

no outgoing calls