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

Method DataVersionId

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

This returns the data version id (aka CAS) for the item. The value is only valid when the entry is found.

()

Source from the content-addressed store, hash-verified

71 // This returns the data version id (aka CAS) for the item. The value is
72 // only valid when the entry is found.
73 DataVersionId() uint64
74}
75
76// Response returned by Set/Add/Replace/Delete/Append/Prepend requests.

Callers 7

TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
TestSetSentinelsMethod · 0.65
clientExampleFunction · 0.65
TestAddSimpleMethod · 0.65
TestAddMultiSimpleMethod · 0.65

Implementers 1

genericResponsememcache/responses.go

Calls

no outgoing calls

Tested by 7

TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
TestSetSentinelsMethod · 0.52
clientExampleFunction · 0.52
TestAddSimpleMethod · 0.52
TestAddMultiSimpleMethod · 0.52