MCPcopy Create free account
hub / github.com/dropbox/godropbox / AddMulti

Method AddMulti

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

Batch version of the Add method. Note that the response entries ordering is undefined (i.e., may not match the input ordering).

(item []*Item)

Source from the content-addressed store, hash-verified

172 // Batch version of the Add method. Note that the response entries
173 // ordering is undefined (i.e., may not match the input ordering).
174 AddMulti(item []*Item) []MutateResponse
175
176 // This replaces a single entry in memcache. Note: Replace will fail if
177 // the does not exist in memcache.

Callers 4

addMultiMutatorFunction · 0.65
TestAddMultiSimpleMethod · 0.65
TestAddMultiEmptyMethod · 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 3

TestAddMultiSimpleMethod · 0.52
TestAddMultiEmptyMethod · 0.52