public static class CacheEvictOperation.Builder extends CacheOperation.Builder
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheEvictOperation |
build() |
protected StringBuilder |
getOperationDescription()
Return an identifying description for this caching operation.
|
void |
setBeforeInvocation(boolean beforeInvocation) |
void |
setCacheWide(boolean cacheWide) |
getCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setNamepublic void setCacheWide(boolean cacheWide)
public void setBeforeInvocation(boolean beforeInvocation)
protected StringBuilder getOperationDescription()
CacheOperation.BuilderAvailable to subclasses, for inclusion in their toString() result.
public CacheEvictOperation build()
build 在类中 CacheOperation.Builder