| 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 | Interface and Description | 
|---|---|
interface  | 
CacheOperationInvocationContext<O extends BasicOperation>
Representation of the context of the invocation of a cache operation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheableOperation
Class describing a cache 'cacheable' operation. 
 | 
class  | 
CacheEvictOperation
Class describing a cache 'evict' operation. 
 | 
class  | 
CacheOperation
Base class for cache operations. 
 | 
class  | 
CachePutOperation
Class describing a cache 'put' operation. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JCacheOperation<A extends Annotation>
Model the base of JSR-107 cache operation through an interface contract. 
 |