Class CachePutOperation.Builder
java.lang.Object
org.springframework.cache.interceptor.CacheOperation.Builder
org.springframework.cache.interceptor.CachePutOperation.Builder
- Enclosing class:
- CachePutOperation
A builder that can be used to create a 
CachePutOperation.- Since:
- 4.3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()protected StringBuilderReturn an identifying description for this caching operation.voidMethods inherited from class org.springframework.cache.interceptor.CacheOperation.BuildergetCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setName
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
setUnless
- 
getOperationDescriptionDescription copied from class:CacheOperation.BuilderReturn an identifying description for this caching operation.Available to subclasses, for inclusion in their toString()result.- Overrides:
- getOperationDescriptionin class- CacheOperation.Builder
 
- 
build- Specified by:
- buildin class- CacheOperation.Builder
 
 
-