MCPcopy
hub / github.com/grafana/tempo / Set

Method Set

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

Source from the content-addressed store, hash-verified

28type MemcachedClient interface {
29 GetMulti(ctx context.Context, keys []string, opts ...memcache.Option) (map[string]*memcache.Item, error)
30 Set(item *memcache.Item) error
31 Get(key string, opts ...memcache.Option) (*memcache.Item, error)
32 Close()
33}

Callers 15

MSetMethod · 0.65
SetMethod · 0.65
updateMemcacheServersMethod · 0.65
StoreMethod · 0.65
NewFunction · 0.65
NewProducerFunction · 0.65
SetPartitionLagSecondsFunction · 0.65
PutMethod · 0.65
Test_BuildReportFunction · 0.65
Test_BuildStatsFunction · 0.65
sendReportFunction · 0.65

Implementers 1

mockMemcachepkg/cache/memcached_client_test.go

Calls

no outgoing calls

Tested by 3

Test_BuildReportFunction · 0.52
Test_BuildStatsFunction · 0.52
makeReqFunction · 0.52