| 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.CacheOperationContextA  CacheOperationInvocationContextcontext for aCacheOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.Collection<java.lang.String> | NamedCacheResolver. getCacheNames(CacheOperationInvocationContext<?> context) | 
| protected java.util.Collection<java.lang.String> | SimpleCacheResolver. getCacheNames(CacheOperationInvocationContext<?> context) | 
| protected abstract java.util.Collection<java.lang.String> | AbstractCacheResolver. getCacheNames(CacheOperationInvocationContext<?> context)Provide the name of the cache(s) to resolve against the current cache manager. | 
| protected java.util.Collection<? extends Cache> | CacheAspectSupport. getCaches(CacheOperationInvocationContext<CacheOperation> context,
         CacheResolver cacheResolver) | 
| java.util.Collection<? extends Cache> | CacheResolver. resolveCaches(CacheOperationInvocationContext<?> context)Return the cache(s) to use for the specified invocation. | 
| java.util.Collection<? extends Cache> | AbstractCacheResolver. resolveCaches(CacheOperationInvocationContext<?> context) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.Collection<java.lang.String> | SimpleExceptionCacheResolver. getCacheNames(CacheOperationInvocationContext<?> context) |