Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
type
MemcachedClient
interface
{
25
GetMulti(keys []string) (
map
[string]*memcache.Item, error)
26
Set(item *memcache.Item) error
27
}
28
29
type
serverSelector
interface
{
Callers
15
doRequest
Function · 0.65
requestAsUser
Function · 0.65
getConfig
Method · 0.65
getConfigs
Method · 0.65
CopyLabels
Function · 0.65
setAllSecrets
Function · 0.65
RegisterFlags
Method · 0.65
registerServerFlagsWithChangedDefaultValues
Method · 0.65
PopulateBlock
Method · 0.65
newCompactor
Function · 0.65
starting
Method · 0.65
compactUsers
Method · 0.65
Implementers
1
mockMemcache
pkg/chunk/cache/memcached_client_test.
Calls
no outgoing calls
Tested by
2
requestAsUser
Function · 0.52
setAllSecrets
Function · 0.52