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

Struct twoLevelClient

util/cache/twolevelclient.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type twoLevelClient struct {
17 inMemoryCache *InMemoryCache
18 externalCache CacheClient
19}
20
21func (c *twoLevelClient) Rename(oldKey string, newKey string, expiration time.Duration) error {
22 err := c.inMemoryCache.Rename(oldKey, newKey, expiration)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected