net.spy.memcached.ops
Interface StoreOperation.Callback
- All Superinterfaces:
- OperationCallback
- Enclosing interface:
- StoreOperation
public static interface StoreOperation.Callback
- extends OperationCallback
Operation callback to get the CAS value.
Method Summary |
void |
gotData(java.lang.String key,
long cas)
Callback for each result from a Store. |
gotData
void gotData(java.lang.String key,
long cas)
- Callback for each result from a Store.
- Parameters:
key
- the key that was retrievedcas
- the CAS value for this record
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.