Uses of Interface
net.spy.memcached.ops.UnlockOperation
Packages that use UnlockOperation
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 UnlockOperation in net.spy.memcached
Methods in net.spy.memcached that return UnlockOperationModifier and TypeMethodDescriptionOperationFactory.unlock
(String key, long casId, OperationCallback operationCallback) Create a Unlock operation. -
Uses of UnlockOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement UnlockOperationModifier and TypeClassDescription(package private) final class
Operation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii that return UnlockOperationModifier and TypeMethodDescriptionAsciiOperationFactory.unlock
(String key, long casId, OperationCallback cb) -
Uses of UnlockOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement UnlockOperationMethods in net.spy.memcached.protocol.binary that return UnlockOperationModifier and TypeMethodDescriptionBinaryOperationFactory.unlock
(String key, long casId, OperationCallback cb)