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 |
---|---|
UnlockOperation |
OperationFactory.unlock(String key,
long casId,
OperationCallback operationCallback)
Create a Unlock operation.
|
Modifier and Type | Method and Description |
---|---|
UnlockOperation |
AsciiOperationFactory.unlock(String key,
long casId,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
UnlockOperation |
BinaryOperationFactory.unlock(String key,
long casId,
OperationCallback cb) |
Copyright © 2024. All rights reserved.