Interface DeleteOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
DeleteOperation

public static interface DeleteOperation.Callback extends OperationCallback
Delete operation callback.
  • Method Summary

    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
  • Method Details

    • gotData

      void gotData(long cas)
      Callback for each result from a Store.
      Parameters:
      cas - the CAS value for this record