Class CachePutOperation.Builder
- java.lang.Object
- org.springframework.cache.interceptor.CacheOperation.Builder
- org.springframework.cache.interceptor.CachePutOperation.Builder
- Enclosing class:
- CachePutOperation
public static class CachePutOperation.Builder extends CacheOperation.Builder
- Since:
- 4.3
Constructor Summary
Constructors Constructor Description Builder()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachePutOperationbuild()protected StringBuildergetOperationDescription()Return an identifying description for this caching operation.voidsetUnless(String unless)Methods inherited from class org.springframework.cache.interceptor.CacheOperation.Builder
getCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setName
Constructor Detail
Builder
public Builder()
Method Detail
getOperationDescription
protected StringBuilder getOperationDescription()
Description copied from class:CacheOperation.BuilderReturn an identifying description for this caching operation.Available to subclasses, for inclusion in their
toString()result.- Overrides:
getOperationDescriptionin classCacheOperation.Builder
build
public CachePutOperation build()
- Specified by:
buildin classCacheOperation.Builder