Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Check
Method · 0.65
TestGet
Method · 0.65
TestGetNotFound
Method · 0.65
TestGetCheckEmptyBuffers
Method · 0.65
TestIncrement
Method · 0.65
TestIncrementNotFound
Method · 0.65
TestDecrement
Method · 0.65
performMutateRequestTest
Method · 0.65
clientExample
Function · 0.65
Get
Method · 0.65
getMultiHelper
Method · 0.65
TestAddSimple
Method · 0.65
Implementers
1
genericResponse
memcache/responses.go
Calls
no outgoing calls
Tested by
10
TestGet
Method · 0.52
TestGetNotFound
Method · 0.52
TestGetCheckEmptyBuffers
Method · 0.52
TestIncrement
Method · 0.52
TestIncrementNotFound
Method · 0.52
TestDecrement
Method · 0.52
performMutateRequestTest
Method · 0.52
clientExample
Function · 0.52
TestAddSimple
Method · 0.52
TestAddMultiSimple
Method · 0.52