MCPcopy
hub / github.com/dropbox/godropbox / GetMulti

Method GetMulti

memcache/interface.go:133–133  ·  view source on GitHub ↗

Batch version of the Get method.

(keys []string)

Source from the content-addressed store, hash-verified

131
132 // Batch version of the Get method.
133 GetMulti(keys []string) map[string]GetResponse
134
135 // *** This method is specific to Dropbox zookeeper-managed memcache ***
136 // This is the same as GetMulti. The only difference is that GetMulti will

Callers 5

TestGetMethod · 0.65
TestGetDupKeysMethod · 0.65
TestGetErrorMidStreamMethod · 0.65
TestGetMultiDupKeysMethod · 0.65
getMultiHelperMethod · 0.65

Implementers 4

MockClientmemcache/mock_client.go
RawBinaryClientmemcache/raw_binary_client.go
ShardedClientmemcache/sharded_client.go
RawAsciiClientmemcache/raw_ascii_client.go

Calls

no outgoing calls

Tested by 4

TestGetMethod · 0.52
TestGetDupKeysMethod · 0.52
TestGetErrorMidStreamMethod · 0.52
TestGetMultiDupKeysMethod · 0.52