MCPcopy Index your code
hub / github.com/cortexproject/cortex / mockCache

Struct mockCache

pkg/chunk/cache/mock.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type mockCache struct {
9 sync.Mutex
10 cache map[string][]byte
11}
12
13func (m *mockCache) Store(_ context.Context, keys []string, bufs [][]byte) {
14 m.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected