Uses of Interface
com.caucho.server.distcache.CacheEngine

Packages that use CacheEngine
com.caucho.distcache   
com.caucho.memcached   
com.caucho.server.distcache   
 

Uses of CacheEngine in com.caucho.distcache
 

Methods in com.caucho.distcache with parameters of type CacheEngine
 void AbstractCache.setEngine(CacheEngine engine)
           
 

Uses of CacheEngine in com.caucho.memcached
 

Classes in com.caucho.memcached that implement CacheEngine
 class MemcachedCacheEngine
          Custom serialization for the cache
 

Uses of CacheEngine in com.caucho.server.distcache
 

Classes in com.caucho.server.distcache that implement CacheEngine
 class AbstractCacheEngine
          Manages the distributed cache
 

Methods in com.caucho.server.distcache that return CacheEngine
 CacheEngine CacheStoreManager.getCacheEngine()
           
 CacheEngine CacheConfig.getEngine()
           
 CacheEngine DistCacheEntry.getEngine()
           
 

Methods in com.caucho.server.distcache with parameters of type CacheEngine
 void CacheStoreManager.setCacheEngine(CacheEngine cacheEngine)
           
 void CacheConfig.setEngine(CacheEngine engine)