Package net.spy.memcached.ops
Interface DeleteOperation.Callback
-
- All Superinterfaces:
OperationCallback
- Enclosing interface:
- DeleteOperation
public static interface DeleteOperation.Callback extends OperationCallback
Delete operation callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotData(long cas)
Callback for each result from a Store.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-