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

Method Stop

pkg/chunk/cache/cache.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}
25
26// Config for building Caches.

Callers 15

periodicCleanupMethod · 0.65
runningMethod · 0.65
loopMethod · 0.65
runningMethod · 0.65
runMethod · 0.65
userIndexUpdateLoopMethod · 0.65
ApplyConfigMethod · 0.65
StopMethod · 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