| Package | Description | 
|---|---|
| org.springframework.cache.interceptor | 
 AOP-based solution for declarative caching demarcation. 
 | 
| org.springframework.cache.jcache.interceptor | 
 AOP-based solution for declarative caching demarcation using JSR-107 annotations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
CacheAspectSupport.CacheOperationContext
A  
CacheOperationInvocationContext context for a CacheOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<String> | 
SimpleCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context)  | 
protected abstract Collection<String> | 
AbstractCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context)
Provide the name of the cache(s) to resolve against the current cache manager. 
 | 
protected Collection<String> | 
NamedCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context)  | 
protected Collection<? extends Cache> | 
CacheAspectSupport.getCaches(CacheOperationInvocationContext<CacheOperation> context,
         CacheResolver cacheResolver)  | 
Collection<? extends Cache> | 
CacheResolver.resolveCaches(CacheOperationInvocationContext<?> context)
Return the cache(s) to use for the specified invocation. 
 | 
Collection<? extends Cache> | 
AbstractCacheResolver.resolveCaches(CacheOperationInvocationContext<?> context)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<String> | 
SimpleExceptionCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context)  |