This returns the data version id (aka CAS) for the item. The value is only valid when the entry is found.
()
| 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. |
no outgoing calls