| 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  | CacheAspectSupportBase class for caching aspects, such as the  CacheInterceptoror an
 AspectJ aspect. | 
| class  | CacheInterceptorAOP Alliance MethodInterceptor for declarative cache
 management using the common Spring caching infrastructure
 ( Cache). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JCacheAspectSupportBase class for JSR-107 caching aspects, such as the  JCacheInterceptoror an AspectJ aspect. | 
| class  | JCacheInterceptorAOP Alliance MethodInterceptor for declarative cache
 management using JSR-107 caching annotations. |