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

Struct cacheStore

pkg/handler/cache/cache.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type cacheStore struct {
25 store *sync.Map
26}
27
28func NewCache() Cacher {
29 return &cacheStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected