Uses of Interface
net.spy.memcached.MemcachedClientIF
Packages that use MemcachedClientIF
Package
Description
Memcached client and transformation utils
Cache Utilities.
-
Uses of MemcachedClientIF in net.spy.memcached
Classes in net.spy.memcached that implement MemcachedClientIFConstructors in net.spy.memcached with parameters of type MemcachedClientIFModifierConstructorDescriptionBaseCacheMap(MemcachedClientIF c, int expiration, String prefix, Transcoder<V> t) Build a BaseCacheMap.CacheMap(MemcachedClientIF c, int expiration, String prefix) Construct a CacheMap over the given MemcachedClient.CacheMap(MemcachedClientIF c, 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
Constructors in net.spy.memcached.util with parameters of type MemcachedClientIFModifierConstructorDescriptionSimple CacheLoader constructor that doesn't provide any feedback and caches forever.CacheLoader(MemcachedClientIF c, ExecutorService es, CacheLoader.StorageListener sl, int exp) Get a CacheLoader with all the options.