Package net.spy.memcached.ops
Interface DeleteOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
DeleteOperation
Delete operation callback.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
void gotData(long cas) Callback for each result from a Store.- Parameters:
cas
- the CAS value for this record
-