Uses of Interface
javax.cache.CacheManager

Packages that use CacheManager
javax.cache

This package contains the API for JCache. 

 

Uses of CacheManager in javax.cache
 

Methods in javax.cache that return CacheManager
static CacheManager Caching.getCacheManager()
          Get the default cache manager with the default classloader.
 CacheManager Cache.getCacheManager()
          Gets the CacheManager managing this cache.
static CacheManager Caching.getCacheManager(ClassLoader classLoader)
          Get the default cache manager.
static CacheManager Caching.getCacheManager(ClassLoader classLoader, String name)
          Get a named cache manager.
 CacheManager CacheManagerFactory.getCacheManager(ClassLoader classLoader, String name)
          Get the cache manager for the specified name and class loader.
static CacheManager Caching.getCacheManager(String name)
          Get a named cache manager using the default cache loader as specified by the implementation.
 CacheManager CacheManagerFactory.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
 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
CachingShutdownException(Map<CacheManager,Exception> failures)
          Constructs a new CachingShutdownException with the specified list of shutdown failures.
 



Copyright © 2012. All Rights Reserved.