Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied classes.
|
javax.cache.event |
This package contains event listener interfaces.
|
javax.cache.transaction |
This package contains the transactional support for JCache API.
|
Modifier and Type | Method and Description |
---|---|
protected CachingProvider |
Caching.CachingProviderRegistry.loadCachingProvider(String fullyQualifiedClassName,
ClassLoader classLoader)
Load and instantiate the
CachingProvider with the specified
fully qualified class name using the provided ClassLoader |
Modifier and Type | Class and Description |
---|---|
class |
CacheAnnotationConfigurationException
Thrown if an invalid cache annotation configuration is detected.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEntryListenerException
An exception to indicate a problem has occurred with a listener.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionException
A transaction exception.
|
Copyright © 2013. All Rights Reserved.