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

Packages that use CacheManagerImpl
com.caucho.distcache.jcache   
com.caucho.server.distcache   
 

Uses of CacheManagerImpl in com.caucho.distcache.jcache
 

Constructors in com.caucho.distcache.jcache with parameters of type CacheManagerImpl
CacheManagerFacade(java.lang.String name, java.lang.ClassLoader loader, CacheManagerImpl manager)
           
 

Uses of CacheManagerImpl in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return CacheManagerImpl
 CacheManagerImpl DistCacheSystem.getCacheManager()
           
 CacheManagerImpl DistCacheSystem.getCacheManager(java.lang.String name)
           
 CacheManagerImpl DistCacheSystem.getCacheManager(java.lang.String name, java.lang.ClassLoader loader)
           
 

Constructors in com.caucho.server.distcache with parameters of type CacheManagerImpl
CacheImpl(CacheManagerImpl localManager, java.lang.String name, java.lang.String managerName, java.lang.String guid, CacheConfig config)