public static class CacheableOperation.Builder extends CacheOperation.Builder
CacheableOperation.| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheableOperation | build() | 
| protected StringBuilder | getOperationDescription()Return an identifying description for this caching operation. | 
| void | setSync(boolean sync) | 
| void | setUnless(String unless) | 
getCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setNamepublic void setUnless(String unless)
public void setSync(boolean sync)
protected StringBuilder getOperationDescription()
CacheOperation.BuilderAvailable to subclasses, for inclusion in their toString() result.
getOperationDescription in class CacheOperation.Builderpublic CacheableOperation build()
build in class CacheOperation.Builder