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

Method DeleteMulti

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

This removes multiple items from the storage.

(keys ...interface{})

Source from the content-addressed store, hash-verified

23
24 // This removes multiple items from the storage.
25 DeleteMulti(keys ...interface{}) error
26
27 // This wipes all items from the storage.
28 Flush() error

Callers 5

TestDeleteMultiMethod · 0.65
DeleteMultiMethod · 0.65
DeleteMultiMethod · 0.65
TestDeleteMultiMethod · 0.65
TestDeleteMultiMethod · 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 3

TestDeleteMultiMethod · 0.52
TestDeleteMultiMethod · 0.52
TestDeleteMultiMethod · 0.52