Package net.spy.memcached.ops
Interface GetAndTouchOperation.Callback
- All Superinterfaces:
OperationCallback
- Enclosing interface:
GetAndTouchOperation
Operation callback for the gat request.
-
Method Summary
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Method Details
-
gotData
Callback for each result from a gat.- Parameters:
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this key
-