Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
Modifier and Type | Method and Description |
---|---|
GetFuture<java.lang.Object> |
MemcachedClient.asyncGet(java.lang.String key)
Get the given key asynchronously and decode with the default transcoder.
|
<T> GetFuture<T> |
MemcachedClient.asyncGet(java.lang.String key,
Transcoder<T> tc)
Get the given key asynchronously.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.