Uses of Class
net.spy.memcached.internal.GetFuture

Packages that use GetFuture
net.spy.memcached Memcached client and transformation utils 
 

Uses of GetFuture in net.spy.memcached
 

Methods in net.spy.memcached that return GetFuture
 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.