Uses of Interface
net.spy.memcached.MemcachedClientIF
-
Packages that use MemcachedClientIF Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.util Cache Utilities. -
-
Uses of MemcachedClientIF in net.spy.memcached
Classes in net.spy.memcached that implement MemcachedClientIF Modifier and Type Class Description class
MemcachedClient
Client to a memcached server.Fields in net.spy.memcached declared as MemcachedClientIF Modifier and Type Field Description private MemcachedClientIF
BaseCacheMap. client
private MemcachedClientIF
CASMutator. client
Constructors in net.spy.memcached with parameters of type MemcachedClientIF Constructor Description BaseCacheMap(MemcachedClientIF c, int expiration, java.lang.String prefix, Transcoder<V> t)
Build a BaseCacheMap.CacheMap(MemcachedClientIF c, int expiration, java.lang.String prefix)
Construct a CacheMap over the given MemcachedClient.CacheMap(MemcachedClientIF c, java.lang.String prefix)
Construct a CacheMap over the given MemcachedClient with no expiration.CASMutator(MemcachedClientIF c, Transcoder<T> tc)
Construct a CASMutator that uses the given client.CASMutator(MemcachedClientIF c, Transcoder<T> tc, int maxTries)
Construct a CASMutator that uses the given client. -
Uses of MemcachedClientIF in net.spy.memcached.util
Fields in net.spy.memcached.util declared as MemcachedClientIF Modifier and Type Field Description private MemcachedClientIF
CacheLoader. client
Constructors in net.spy.memcached.util with parameters of type MemcachedClientIF Constructor Description CacheLoader(MemcachedClientIF c)
Simple CacheLoader constructor that doesn't provide any feedback and caches forever.CacheLoader(MemcachedClientIF c, java.util.concurrent.ExecutorService es, CacheLoader.StorageListener sl, int exp)
Get a CacheLoader with all the options.
-