类 CacheableOperation.Builder
java.lang.Object
cn.taketoday.cache.interceptor.CacheOperation.Builder
cn.taketoday.cache.interceptor.CacheableOperation.Builder
- 封闭类:
- CacheableOperation
A builder that can be used to create a
CacheableOperation.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()protected StringBuilderReturn an identifying description for this caching operation.voidsetSync(boolean sync) void从类继承的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
getCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setName
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
setUnless
-
setSync
public void setSync(boolean sync) -
getOperationDescription
从类复制的说明:CacheOperation.BuilderReturn an identifying description for this caching operation.Available to subclasses, for inclusion in their
toString()result. -
build
- 指定者:
build在类中CacheOperation.Builder
-