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 |
---|---|
GetlOperation |
OperationFactory.getl(String key,
int exp,
GetlOperation.Callback callback)
Create a getl operation.
|
Modifier and Type | Method and Description |
---|---|
GetlOperation |
AsciiOperationFactory.getl(String key,
int exp,
GetlOperation.Callback cb) |
Modifier and Type | Method and Description |
---|---|
GetlOperation |
BinaryOperationFactory.getl(String key,
int exp,
GetlOperation.Callback cb) |
Constructor and Description |
---|
GetlOperationImpl(String k,
int e,
GetlOperation.Callback cb) |
Copyright © 2017. All rights reserved.