Class CachePutOperation
java.lang.Object
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CachePutOperation
- All Implemented Interfaces:
 BasicOperation
Class describing a cache 'put' operation.
- Since:
 - 3.1
 - Author:
 - Costin Leau, Phillip Webb, Marcin Kamionowski
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to create aCachePutOperation. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.cache.interceptor.CacheOperation
equals, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hashCode, toString 
- 
Constructor Details
- 
CachePutOperation
Create a newCachePutOperationinstance from the given builder.- Since:
 - 4.3
 
 
 - 
 - 
Method Details
- 
getUnless
 
 -