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

Packages that use CacheStoreManager
com.caucho.server.distcache   
 

Uses of CacheStoreManager in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return CacheStoreManager
 CacheStoreManager DistCacheSystem.getDistCacheManager()
           
 

Methods in com.caucho.server.distcache with parameters of type CacheStoreManager
static DistCacheSystem DistCacheSystem.createAndAddService(CacheStoreManager distCacheManager)
           
 

Constructors in com.caucho.server.distcache with parameters of type CacheStoreManager
CacheDataBackingImpl(CacheStoreManager storeManager)
           
DistCacheSystem(CacheStoreManager distCacheManager)