Package net.spy.memcached.ops
Interface StoreOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
StoreOperation
Operation callback to get the CAS value.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for each result from a Store.- Parameters:
key
- the key that was retrievedcas
- the CAS value for this record
-