Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
periodicCleanup
Method · 0.65
BenchmarkParquetBucketStore_SeriesBatch
Function · 0.65
running
Method · 0.65
BenchmarkThanosBucketStores_SeriesBatch
Function · 0.65
loop
Method · 0.65
cleanupOldReplicasLoop
Method · 0.65
running
Method · 0.65
run
Method · 0.65
userIndexUpdateLoop
Method · 0.65
ApplyConfig
Method · 0.65
Stop
Method · 0.65
initQueryFrontendTripperware
Method · 0.65
Implementers
6
FifoCache
pkg/chunk/cache/fifo_cache.go
mockCache
pkg/chunk/cache/mock.go
instrumentedCache
pkg/chunk/cache/instrumented.go
Memcached
pkg/chunk/cache/memcached.go
snappyCache
pkg/chunk/cache/snappy.go
RedisCache
pkg/chunk/cache/redis_cache.go
Calls
no outgoing calls
Tested by
8
BenchmarkParquetBucketStore_SeriesBatch
Function · 0.52
BenchmarkThanosBucketStores_SeriesBatch
Function · 0.52
TestServerStopViaStop
Function · 0.52
Test_MultiLevelCache
Function · 0.52
Test_MultiLevelBucketCacheStore
Function · 0.52
Test_MultiLevelBucketCacheFetchRace
Function · 0.52
Test_MultiLevelBucketCacheFetch
Function · 0.52
testMemcachedStopping
Function · 0.52