Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.internal |
Internal utilities.
|
Modifier and Type | Method and Description |
---|---|
GetFuture<Object> |
MemcachedClient.asyncGet(String key)
Get the given key asynchronously and decode with the default transcoder.
|
<T> GetFuture<T> |
MemcachedClient.asyncGet(String key,
Transcoder<T> tc)
Get the given key asynchronously.
|
Modifier and Type | Method and Description |
---|---|
GetFuture<T> |
GetFuture.addListener(GetCompletionListener listener) |
GetFuture<T> |
GetFuture.removeListener(GetCompletionListener listener) |
Copyright © 2019. All rights reserved.