Uses of Interface
javax.cache.CacheManagerFactory

Packages that use CacheManagerFactory
com.caucho.distcache.jcache   
javax.cache   
javax.cache.spi   
 

Uses of CacheManagerFactory in com.caucho.distcache.jcache
 

Classes in com.caucho.distcache.jcache that implement CacheManagerFactory
 class CacheManagerFactoryImpl
          Caching Provider for jcache
 

Methods in com.caucho.distcache.jcache that return CacheManagerFactory
 CacheManagerFactory CacheProviderImpl.getCacheManagerFactory()
           
 

Uses of CacheManagerFactory in javax.cache
 

Methods in javax.cache that return CacheManagerFactory
static CacheManagerFactory Caching.getCacheManagerFactory()
           
 

Uses of CacheManagerFactory in javax.cache.spi
 

Methods in javax.cache.spi that return CacheManagerFactory
 CacheManagerFactory CachingProvider.getCacheManagerFactory()