Uses of Interface
net.spy.memcached.ops.DeleteOperation
-
Packages that use DeleteOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.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 Modifier and Type Method Description DeleteOperation
OperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback callback)
Create a deletion operation with CAS.DeleteOperation
OperationFactory. delete(java.lang.String key, DeleteOperation.Callback callback)
Create a deletion operation. -
Uses of DeleteOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement DeleteOperation Modifier and Type Class Description (package private) class
DeleteOperationImpl
Operation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii that return DeleteOperation Modifier and Type Method Description DeleteOperation
AsciiOperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback cb)
DeleteOperation
AsciiOperationFactory. delete(java.lang.String key, DeleteOperation.Callback cb)
-
Uses of DeleteOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement DeleteOperation Modifier and Type Class Description (package private) class
DeleteOperationImpl
Methods in net.spy.memcached.protocol.binary that return DeleteOperation Modifier and Type Method Description DeleteOperation
BinaryOperationFactory. delete(java.lang.String key, long cas, DeleteOperation.Callback operationCallback)
DeleteOperation
BinaryOperationFactory. delete(java.lang.String key, DeleteOperation.Callback operationCallback)
-