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