| 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 | 
|---|---|
class  | 
NamedCacheResolver
A  
CacheResolver that forces the resolution to a configurable
 collection of name(s) against a given CacheManager. | 
class  | 
SimpleCacheResolver
A simple  
CacheResolver that resolves the Cache instance(s)
 based on a configurable CacheManager and the name of the
 cache(s) as provided by getCacheNames(). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleExceptionCacheResolver
A simple  
CacheResolver that resolves the exception cache
 based on a configurable CacheManager and the name of the
 cache: CacheResultOperation.getExceptionCacheName(). |