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

    Modifier and Type
    Method
    Description
    void
    gotData(String key, long cas)
    Callback for each result from a Store.

    Methods inherited from interface net.spy.memcached.ops.OperationCallback

    complete, receivedStatus
  • Method Details

    • gotData

      void gotData(String key, long cas)
      Callback for each result from a Store.
      Parameters:
      key - the key that was retrieved
      cas - the CAS value for this record