MCPcopy
hub / github.com/koderover/zadig / redisCacheStore

Struct redisCacheStore

pkg/handler/cache/redis_cache.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const istioCacheKey = "istio-cache-store"
26
27type redisCacheStore struct {
28 redisCache *cache.RedisCache
29}
30
31func NewRedisCache() Cacher {
32 return &redisCacheStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected