MCPcopy Create free account
hub / github.com/cortexproject/cortex / Set

Method Set

pkg/util/parquetutil/shard_cache.go:18–18  ·  view source on GitHub ↗
(path string, reader T)

Source from the content-addressed store, hash-verified

16type CacheInterface[T any] interface {
17 Get(path string) T
18 Set(path string, reader T)
19 Close()
20}
21

Callers 15

getLoggerFunction · 0.65
createBackendRequestMethod · 0.65
injectAuthHeaderFunction · 0.65
TestVerticalShardingFuzzFunction · 0.65
TestProtobufCodecFuzzFunction · 0.65
TestQuerierRemoteReadFunction · 0.65

Calls

no outgoing calls