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<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-2012 Couchbase, Inc.