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

Method Store

pkg/chunk/cache/cache.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, key []string, buf [][]byte)

Source from the content-addressed store, hash-verified

19// when they returned an error.
20type Cache interface {
21 Store(ctx context.Context, key []string, buf [][]byte)
22 Fetch(ctx context.Context, keys []string) (found []string, bufs [][]byte, missing []string)
23 Stop()
24}

Callers 15

SetFlushOnShutdownMethod · 0.65
recordErrorMethod · 0.65
DoBatchFunction · 0.65
ShutdownMethod · 0.65
GetMemberlistKVMethod · 0.65
NewFrontendFunction · 0.65
TestFrontendCancelFunction · 0.65
TestPush_QuorumErrorFunction · 0.65
NotifyMethod · 0.65
runNotificationsFunction · 0.65

Implementers 6

FifoCachepkg/chunk/cache/fifo_cache.go
mockCachepkg/chunk/cache/mock.go
instrumentedCachepkg/chunk/cache/instrumented.go
Memcachedpkg/chunk/cache/memcached.go
snappyCachepkg/chunk/cache/snappy.go
RedisCachepkg/chunk/cache/redis_cache.go

Calls

no outgoing calls