Uses of Interface
javax.cache.CacheManager
-
Packages that use CacheManager Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheManager in javax.cache
Methods in javax.cache that return CacheManager Modifier and Type Method Description CacheManagerCache. getCacheManager()Gets the CacheManager managing this cache.CacheManagerCacheManagerFactory. getCacheManager(ClassLoader classLoader, String name)Get the cache manager for the specified name and class loader.CacheManagerCacheManagerFactory. getCacheManager(String name)Get a named cache manager using the default cache loader as specified by the implementation.static CacheManagerCaching. getCacheManager()Get the default cache manager with the default classloader.static CacheManagerCaching. getCacheManager(ClassLoader classLoader)Get the default cache manager.static CacheManagerCaching. getCacheManager(ClassLoader classLoader, String name)Get a named cache manager.static CacheManagerCaching. getCacheManager(String name)Get a named cache manager using the default cache loader as specified by the implementation.Methods in javax.cache that return types with arguments of type CacheManager Modifier and Type Method Description Map<CacheManager,Exception>CachingShutdownException. getFailures()Return the set of CacheManagers that failed during shutdown and the associated thrown exceptions.Constructor parameters in javax.cache with type arguments of type CacheManager Constructor Description CachingShutdownException(Map<CacheManager,Exception> failures)Constructs a new CachingShutdownException with the specified list of shutdown failures. -
Uses of CacheManager in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement CacheManager Modifier and Type Class Description classCarbonCacheManagerTODO: class descriptionMethods in org.wso2.carbon.caching.impl that return CacheManager Modifier and Type Method Description CacheManagerCacheImpl. getCacheManager()CacheManagerCacheManagerFactoryImpl. getCacheManager(ClassLoader classLoader, String name)CacheManagerCacheManagerFactoryImpl. getCacheManager(String cacheManagerName)Constructors in org.wso2.carbon.caching.impl with parameters of type CacheManager Constructor Description CacheImpl(String cacheName, CacheManager cacheManager)
-