Uses of Interface
net.spy.memcached.ops.GetAndTouchOperation.Callback
-
Packages that use GetAndTouchOperation.Callback 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 GetAndTouchOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type GetAndTouchOperation.Callback Modifier and Type Method Description GetAndTouchOperation
OperationFactory. getAndTouch(java.lang.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.Callback Modifier and Type Method Description GetAndTouchOperation
AsciiOperationFactory. getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
Constructors in net.spy.memcached.protocol.ascii with parameters of type GetAndTouchOperation.Callback Constructor Description GetAndTouchOperationImpl(java.lang.String c, int e, GetAndTouchOperation.Callback cb, java.lang.String k)
-
Uses of GetAndTouchOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.Callback Modifier and Type Method Description GetAndTouchOperation
BinaryOperationFactory. getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
Constructors in net.spy.memcached.protocol.binary with parameters of type GetAndTouchOperation.Callback Constructor Description GetAndTouchOperationImpl(java.lang.String k, int e, GetAndTouchOperation.Callback cb)
-