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