| Package | Description |
|---|---|
| org.smallmind.memcached |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryCASResponse<T> |
class |
XMemcachedCASResponse<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> ProxyCASResponse<T> |
XMemcachedMemcachedClient.casGet(String key) |
<T> ProxyCASResponse<T> |
ProxyMemcachedClient.casGet(String key) |
<T> ProxyCASResponse<T> |
InMemoryMemcachedClient.casGet(String key) |
<T> ProxyCASResponse<T> |
XMemcachedMemcachedClient.createCASResponse(long cas,
T value) |
<T> ProxyCASResponse<T> |
ProxyMemcachedClient.createCASResponse(long cas,
T value) |
<T> ProxyCASResponse<T> |
InMemoryMemcachedClient.createCASResponse(long cas,
T value) |
Copyright © 2018. All rights reserved.