Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestDeleteMulti
Method · 0.65
DeleteMulti
Method · 0.65
DeleteMulti
Method · 0.65
TestDeleteMulti
Method · 0.65
TestDeleteMulti
Method · 0.65
Implementers
7
MockClient
memcache/mock_client.go
RawBinaryClient
memcache/raw_binary_client.go
ShardedClient
memcache/sharded_client.go
RawAsciiClient
memcache/raw_ascii_client.go
RateLimitedStorage
caching/rate_limited_storage.go
CacheOnStorage
caching/cache_on_storage.go
GenericStorage
caching/generic_storage.go
Calls
no outgoing calls
Tested by
3
TestDeleteMulti
Method · 0.52
TestDeleteMulti
Method · 0.52
TestDeleteMulti
Method · 0.52