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

Method Get

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

This retrieves a single entry from memcache.

(key string)

Source from the content-addressed store, hash-verified

128type Client interface {
129 // This retrieves a single entry from memcache.
130 Get(key string) GetResponse
131
132 // Batch version of the Get method.
133 GetMulti(keys []string) map[string]GetResponse

Callers 9

TestGetNotFoundMethod · 0.65
TestGetBadKeyMethod · 0.65
GetAllShardsMethod · 0.65
clientExampleFunction · 0.65
GetMethod · 0.65
TestAddSimpleMethod · 0.65
TestAddMultiSimpleMethod · 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 6

TestGetNotFoundMethod · 0.52
TestGetBadKeyMethod · 0.52
clientExampleFunction · 0.52
TestAddSimpleMethod · 0.52
TestAddMultiSimpleMethod · 0.52