Uses of Interface
net.spy.memcached.ops.GetAndTouchOperation
Packages that use GetAndTouchOperation
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 GetAndTouchOperation in net.spy.memcached
Methods in net.spy.memcached that return GetAndTouchOperationModifier and TypeMethodDescriptionOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb) Gets the value of a key and resets its timeout. -
Uses of GetAndTouchOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement GetAndTouchOperationModifier and TypeClassDescriptionclass
Implementation of the get and touch operation.Methods in net.spy.memcached.protocol.ascii that return GetAndTouchOperationModifier and TypeMethodDescriptionAsciiOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb) -
Uses of GetAndTouchOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement GetAndTouchOperationModifier and TypeClassDescriptionclass
Implementation of the get and touch operation.Methods in net.spy.memcached.protocol.binary that return GetAndTouchOperationModifier and TypeMethodDescriptionBinaryOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb)