|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
---|---|
javax.cache | This package contains the API for JCache.. |
javax.cache.spi | The javax.cache.spi package defines the classes and interfaces that are implemented by the
persistence provider for use by the Caching class |
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. |
static CacheManager |
Caching.getCacheManager(String name)
Get a named cache manager using the default cache loader as specified by the implementation (see CachingProvider.getDefaultClassLoader() |
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. |
Uses of CacheManager in javax.cache.spi |
---|
Methods in javax.cache.spi that return CacheManager | |
---|---|
CacheManager |
CachingProvider.createCacheManager(ClassLoader classLoader,
String name)
Called by the Caching class when a
new CacheManager needs to be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |