Uses of Interface
javax.cache.CacheManagerFactory
-
Packages that use CacheManagerFactory Package Description javax.cache javax.cache.spi org.wso2.carbon.caching.impl -
-
Uses of CacheManagerFactory in javax.cache
Methods in javax.cache that return CacheManagerFactory Modifier and Type Method Description static CacheManagerFactoryCaching. getCacheManagerFactory()Get the singleton CacheManagerFactory -
Uses of CacheManagerFactory in javax.cache.spi
Methods in javax.cache.spi that return CacheManagerFactory Modifier and Type Method Description CacheManagerFactoryCachingProvider. getCacheManagerFactory()Returns the singleton CacheManagerFactory. -
Uses of CacheManagerFactory in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement CacheManagerFactory Modifier and Type Class Description classCacheManagerFactoryImplCarbon implementation of java cache.Methods in org.wso2.carbon.caching.impl that return CacheManagerFactory Modifier and Type Method Description CacheManagerFactoryCachingProviderImpl. getCacheManagerFactory()
-