| 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  | 
CacheAspectSupport
Base class for caching aspects, such as the  
CacheInterceptor or an
 AspectJ aspect. | 
class  | 
CacheInterceptor
AOP Alliance MethodInterceptor for declarative cache
 management using the common Spring caching infrastructure
 ( 
Cache). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JCacheAspectSupport
Base class for JSR-107 caching aspects, such as the  
JCacheInterceptor
 or an AspectJ aspect. | 
class  | 
JCacheInterceptor
AOP Alliance MethodInterceptor for declarative cache
 management using JSR-107 caching annotations. 
 |