Uses of Interface
net.spy.memcached.ops.TouchOperation
-
Packages that use TouchOperation 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 TouchOperation in net.spy.memcached
Methods in net.spy.memcached that return TouchOperation Modifier and Type Method Description TouchOperation
OperationFactory. touch(java.lang.String key, int expiration, OperationCallback cb)
Resets a keys expiration time. -
Uses of TouchOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement TouchOperation Modifier and Type Class Description (package private) class
TouchOperationImpl
Memcached touch operation.Methods in net.spy.memcached.protocol.ascii that return TouchOperation Modifier and Type Method Description TouchOperation
AsciiOperationFactory. touch(java.lang.String key, int expiration, OperationCallback cb)
-
Uses of TouchOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement TouchOperation Modifier and Type Class Description class
TouchOperationImpl
Operation to reset a timeout in Membase server.Methods in net.spy.memcached.protocol.binary that return TouchOperation Modifier and Type Method Description TouchOperation
BinaryOperationFactory. touch(java.lang.String key, int expiration, OperationCallback cb)
-