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

Method Set

pkg/chunk/cache/memcached_client.go:26–26  ·  view source on GitHub ↗
(item *memcache.Item)

Source from the content-addressed store, hash-verified

24type MemcachedClient interface {
25 GetMulti(keys []string) (map[string]*memcache.Item, error)
26 Set(item *memcache.Item) error
27}
28
29type serverSelector interface {

Callers 15

doRequestFunction · 0.65
requestAsUserFunction · 0.65
getConfigMethod · 0.65
getConfigsMethod · 0.65
CopyLabelsFunction · 0.65
setAllSecretsFunction · 0.65
RegisterFlagsMethod · 0.65
PopulateBlockMethod · 0.65
newCompactorFunction · 0.65
startingMethod · 0.65
compactUsersMethod · 0.65

Implementers 1

mockMemcachepkg/chunk/cache/memcached_client_test.

Calls

no outgoing calls

Tested by 2

requestAsUserFunction · 0.52
setAllSecretsFunction · 0.52