Uses of Class
com.caucho.server.distcache.DistCacheSystem

Packages that use DistCacheSystem
com.caucho.server.distcache   
com.caucho.server.resin   
 

Uses of DistCacheSystem in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return DistCacheSystem
static DistCacheSystem DistCacheSystem.createAndAddService(CacheStoreManager distCacheManager)
           
static DistCacheSystem DistCacheSystem.getCurrent()
           
 

Constructors in com.caucho.server.distcache with parameters of type DistCacheSystem
CacheManagerImpl(DistCacheSystem cacheSystem, java.lang.String name, java.lang.String guid, java.lang.ClassLoader loader)
           
 

Uses of DistCacheSystem in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return DistCacheSystem
protected  DistCacheSystem ResinDelegate.createDistCacheService()