| Package | Description | 
|---|---|
| org.springframework.cache.interceptor | AOP-based solution for declarative caching demarcation. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CacheableOperation.BuilderA builder that can be used to create a  CacheableOperation. | 
| static class  | CacheEvictOperation.BuilderA builder that can be used to create a  CacheEvictOperation. | 
| static class  | CachePutOperation.BuilderA builder that can be used to create a  CachePutOperation. | 
| Constructor and Description | 
|---|
| CacheOperation(CacheOperation.Builder b)Create a new  CacheOperationinstance from the given builder. |