Uses of Interface
net.spy.memcached.util.CacheLoader.StorageListener
-
Packages that use CacheLoader.StorageListener Package Description net.spy.memcached.util Cache Utilities. -
-
Uses of CacheLoader.StorageListener in net.spy.memcached.util
Fields in net.spy.memcached.util declared as CacheLoader.StorageListener Modifier and Type Field Description private CacheLoader.StorageListener
CacheLoader. storageListener
Constructors in net.spy.memcached.util with parameters of type CacheLoader.StorageListener Constructor Description CacheLoader(MemcachedClientIF c, java.util.concurrent.ExecutorService es, CacheLoader.StorageListener sl, int exp)
Get a CacheLoader with all the options.
-