| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached |
| Modifier and Type | Method and Description |
|---|---|
ValueWithCas<V> |
GrizzlyMemcachedCache.gets(K key,
boolean noReply) |
ValueWithCas<V> |
Commands.gets(K key,
boolean noReply) |
ValueWithCas<V> |
MemcachedCache.gets(K key,
boolean noReply,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
ValueWithCas<V> |
GrizzlyMemcachedCache.gets(K key,
boolean noReply,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,ValueWithCas<V>> |
MemcachedCache.getsMulti(Set<K> keys) |
Map<K,ValueWithCas<V>> |
GrizzlyMemcachedCache.getsMulti(Set<K> keys) |
Map<K,ValueWithCas<V>> |
MemcachedCache.getsMulti(Set<K> keys,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
Map<K,ValueWithCas<V>> |
GrizzlyMemcachedCache.getsMulti(Set<K> keys,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,Boolean> |
MemcachedCache.casMulti(Map<K,ValueWithCas<V>> map,
int expirationInSecs) |
Map<K,Boolean> |
GrizzlyMemcachedCache.casMulti(Map<K,ValueWithCas<V>> map,
int expirationInSecs) |
Map<K,Boolean> |
MemcachedCache.casMulti(Map<K,ValueWithCas<V>> map,
int expirationInSecs,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
Map<K,Boolean> |
GrizzlyMemcachedCache.casMulti(Map<K,ValueWithCas<V>> map,
int expirationInSecs,
long writeTimeoutInMillis,
long responseTimeoutInMillis) |
Copyright © 2015 Project Grizzly. All Rights Reserved.