public interface ProxyMemcachedClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
casDelete(String key,
long cas) |
<T> ProxyCASResponse<T> |
casGet(String key) |
<T> boolean |
casSet(String key,
int expiration,
T value,
long cas) |
void |
clear() |
<T> ProxyCASResponse<T> |
createCASResponse(long cas,
T value) |
boolean |
delete(String key) |
<T> Map<String,T> |
get(Collection<String> keys) |
<T> T |
get(String key) |
<T> T |
getAndTouch(String key,
int expiration) |
long |
getOpTimeout() |
<T> boolean |
set(String key,
int expiration,
T value) |
void |
shutdown() |
boolean |
touch(String key,
int expiration) |
long getOpTimeout()
<T> ProxyCASResponse<T> createCASResponse(long cas, T value)
<T> ProxyCASResponse<T> casGet(String key) throws Exception
Exception<T> boolean casSet(String key, int expiration, T value, long cas) throws Exception
ExceptionCopyright © 2018. All rights reserved.