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