|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetAndTouchOperation | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.protocol.ascii | Low-level operations for the memcached ascii protocol |
net.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 | |
---|---|
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 in net.spy.memcached.protocol.ascii |
---|
Classes in net.spy.memcached.protocol.ascii that implement GetAndTouchOperation | |
---|---|
class |
GetAndTouchOperationImpl
Implementation of the get and touch operation. |
Methods in net.spy.memcached.protocol.ascii that return GetAndTouchOperation | |
---|---|
GetAndTouchOperation |
AsciiOperationFactory.getAndTouch(java.lang.String key,
int expiration,
GetAndTouchOperation.Callback cb)
|
Uses of GetAndTouchOperation in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary that return GetAndTouchOperation | |
---|---|
GetAndTouchOperation |
BinaryOperationFactory.getAndTouch(java.lang.String key,
int expiration,
GetAndTouchOperation.Callback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |