Uses of Interface
net.spy.memcached.ops.GetAndTouchOperation.Callback
Packages that use GetAndTouchOperation.Callback
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.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetAndTouchOperation.CallbackModifier and TypeMethodDescriptionOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb) Gets the value of a key and resets its timeout. -
Uses of GetAndTouchOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type GetAndTouchOperation.CallbackModifier and TypeMethodDescriptionAsciiOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type GetAndTouchOperation.CallbackModifierConstructorDescriptionGetAndTouchOperationImpl
(String c, int e, GetAndTouchOperation.Callback cb, String k) -
Uses of GetAndTouchOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.CallbackModifier and TypeMethodDescriptionBinaryOperationFactory.getAndTouch
(String key, int expiration, GetAndTouchOperation.Callback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.CallbackModifierConstructorDescriptionGetAndTouchOperationImpl
(String k, int e, GetAndTouchOperation.Callback cb)