Uses of Interface
net.spy.memcached.ops.GetAndTouchOperation
-
Packages that use GetAndTouchOperation 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 in net.spy.memcached
Methods in net.spy.memcached that return GetAndTouchOperation Modifier and Type Method Description GetAndTouchOperationOperationFactory. getAndTouch(java.lang.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 GetAndTouchOperation Modifier and Type Class Description classGetAndTouchOperationImplImplementation of the get and touch operation.Methods in net.spy.memcached.protocol.ascii that return GetAndTouchOperation Modifier and Type Method Description GetAndTouchOperationAsciiOperationFactory. getAndTouch(java.lang.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 GetAndTouchOperation Modifier and Type Class Description classGetAndTouchOperationImplImplementation of the get and touch operation.Methods in net.spy.memcached.protocol.binary that return GetAndTouchOperation Modifier and Type Method Description GetAndTouchOperationBinaryOperationFactory. getAndTouch(java.lang.String key, int expiration, GetAndTouchOperation.Callback cb)
-