Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
TouchOperation |
OperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb)
Resets a keys expiration time.
|
Modifier and Type | Method and Description |
---|---|
TouchOperation |
AsciiOperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb) |
Modifier and Type | Class and Description |
---|---|
class |
TouchOperationImpl
Operation to reset a timeout in Membase server.
|
Modifier and Type | Method and Description |
---|---|
TouchOperation |
BinaryOperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.