Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
Modifier and Type | Field and Description |
---|---|
protected CacheErrorHandler |
AbstractCachingConfiguration.errorHandler |
Modifier and Type | Method and Description |
---|---|
CacheErrorHandler |
CachingConfigurerSupport.errorHandler() |
CacheErrorHandler |
CachingConfigurer.errorHandler()
Return the
CacheErrorHandler to use to handle cache-related errors. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCacheErrorHandler
A simple
CacheErrorHandler that does not handle the
exception at all, simply throwing it back at the client. |
Modifier and Type | Method and Description |
---|---|
CacheErrorHandler |
AbstractCacheInvoker.getErrorHandler()
Return the
CacheErrorHandler to use. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheInvoker.setErrorHandler(CacheErrorHandler errorHandler)
Set the
CacheErrorHandler instance to use to handle errors
thrown by the cache provider. |
Constructor and Description |
---|
AbstractCacheInvoker(CacheErrorHandler errorHandler) |