| Package | Description | 
|---|---|
| org.springframework.cache.interceptor | AOP-based solution for declarative caching demarcation. | 
| 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  | CacheableOperationClass describing a cache 'cacheable' operation. | 
| class  | CacheEvictOperationClass describing a cache 'evict' operation. | 
| class  | CacheOperationBase class for cache operations. | 
| class  | CachePutOperationClass describing a cache 'put' operation. |