Uses of Interface
net.spy.memcached.ops.DeleteOperation

Packages that use DeleteOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of DeleteOperation in net.spy.memcached
 

Methods in net.spy.memcached that return DeleteOperation
 DeleteOperation OperationFactory.delete(String key, OperationCallback operationCallback)
          Create a deletion operation.
 

Uses of DeleteOperation in net.spy.memcached.protocol.ascii
 

Methods in net.spy.memcached.protocol.ascii that return DeleteOperation
 DeleteOperation AsciiOperationFactory.delete(String key, OperationCallback cb)
           
 

Uses of DeleteOperation in net.spy.memcached.protocol.binary
 

Methods in net.spy.memcached.protocol.binary that return DeleteOperation
 DeleteOperation BinaryOperationFactory.delete(String key, OperationCallback operationCallback)