Package | Description |
---|---|
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
caching provider for use by the
Caching class |
Modifier and Type | Method and Description |
---|---|
CacheManager |
Cache.getCacheManager()
Gets the CacheManager managing this cache.
|
Modifier and Type | Method and Description |
---|---|
Map<CacheManager,Exception> |
CachingShutdownException.getFailures()
Return the set of CacheManagers that failed during shutdown and the associated
thrown exceptions.
|
Constructor and Description |
---|
CachingShutdownException(Map<CacheManager,Exception> failures)
Constructs a new CachingShutdownException with the specified list of shutdown
failures.
|
Modifier and Type | Method and Description |
---|---|
CacheManager |
CachingProvider.getCacheManager()
Requests a CacheManager configured according to the
CachingProvider.getDefaultURI()
and CachingProvider.getDefaultProperties() be made available that using the
CachingProvider.getDefaultClassLoader() for loading underlying classes. |
CacheManager |
CachingProvider.getCacheManager(URI uri,
ClassLoader classLoader)
Requests a CacheManager configured according to the vendor specific URI
be made available that uses the provided ClassLoader for loading underlying
classes.
|
CacheManager |
CachingProvider.getCacheManager(URI uri,
ClassLoader classLoader,
Properties properties)
Requests a CacheManager configured according to the vendor specific URI
be made available that uses the provided ClassLoader for loading underlying
classes.
|
Copyright © 2013. All Rights Reserved.