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

Struct InMemoryCache

util/cache/inmemory.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24var _ CacheClient = &InMemoryCache{}
25
26type InMemoryCache struct {
27 memCache *gocache.Cache
28}
29
30func (i *InMemoryCache) Set(item *Item) error {
31 var buf bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected