Uses of Interface
net.spy.memcached.ops.TouchOperation
Packages that use TouchOperation
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 TouchOperation in net.spy.memcached
Methods in net.spy.memcached that return TouchOperationModifier and TypeMethodDescriptionOperationFactory.touch(String key, int expiration, OperationCallback cb) Resets a keys expiration time. -
Uses of TouchOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return TouchOperationModifier and TypeMethodDescriptionAsciiOperationFactory.touch(String key, int expiration, OperationCallback cb) -
Uses of TouchOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement TouchOperationModifier and TypeClassDescriptionclassOperation to reset a timeout in Membase server.Methods in net.spy.memcached.protocol.binary that return TouchOperationModifier and TypeMethodDescriptionBinaryOperationFactory.touch(String key, int expiration, OperationCallback cb)