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

Method Key

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

This returns the key for the requested value.

()

Source from the content-addressed store, hash-verified

60
61 // This returns the key for the requested value.
62 Key() string
63
64 // This returns the retreived entry. The value may be nil.
65 Value() []byte

Callers 13

CheckMethod · 0.65
TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
TestIncrementMethod · 0.65
TestIncrementNotFoundMethod · 0.65
TestDecrementMethod · 0.65
clientExampleFunction · 0.65
GetMethod · 0.65
getMultiHelperMethod · 0.65
TestAddSimpleMethod · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 10

TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
TestIncrementMethod · 0.52
TestIncrementNotFoundMethod · 0.52
TestDecrementMethod · 0.52
clientExampleFunction · 0.52
TestAddSimpleMethod · 0.52
TestAddMultiSimpleMethod · 0.52