public static class CacheEvictOperation.Builder extends CacheOperation.Builder
CacheEvictOperation.| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.
getOperationDescription in class CacheOperation.Builderpublic CacheEvictOperation build()
build in class CacheOperation.Builder