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

Method Delete

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

This removes a single item from the storage.

(key interface{})

Source from the content-addressed store, hash-verified

20
21 // This removes a single item from the storage.
22 Delete(key interface{}) error
23
24 // This removes multiple items from the storage.
25 DeleteMulti(keys ...interface{}) error

Callers 5

TestDeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
TestDeleteMethod · 0.65
TestDeleteMethod · 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

TestDeleteMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteMethod · 0.52