MCPcopy Index your code
hub / github.com/dropbox/godropbox / SetMulti

Method SetMulti

caching/interface.go:19–19  ·  view source on GitHub ↗

This stores multiple items into the storage.

(items ...interface{})

Source from the content-addressed store, hash-verified

17
18 // This stores multiple items into the storage.
19 SetMulti(items ...interface{}) error
20
21 // This removes a single item from the storage.
22 Delete(key interface{}) error

Callers 15

TestSetMultiMethod · 0.65
TestDeleteMethod · 0.65
TestDeleteMultiMethod · 0.65
TestFlushMethod · 0.65
SetMultiMethod · 0.65
GetMultiMethod · 0.65
SetMultiMethod · 0.65
TestGetMultiMethod · 0.65
TestSetMultiMethod · 0.65
TestDeleteMethod · 0.65
TestDeleteMultiMethod · 0.65
TestFlushMethod · 0.65

Implementers 7

MockClientmemcache/mock_client.go
RawBinaryClientmemcache/raw_binary_client.go
ShardedClientmemcache/sharded_client.go
RawAsciiClientmemcache/raw_ascii_client.go
RateLimitedStoragecaching/rate_limited_storage.go
CacheOnStoragecaching/cache_on_storage.go
GenericStoragecaching/generic_storage.go

Calls

no outgoing calls

Tested by 13

TestSetMultiMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteMultiMethod · 0.52
TestFlushMethod · 0.52
TestGetMultiMethod · 0.52
TestSetMultiMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteMultiMethod · 0.52
TestFlushMethod · 0.52
TestSetMultiMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteMultiMethod · 0.52