public class CacheEvictOperation extends CacheOperation
Constructor and Description |
---|
CacheEvictOperation() |
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
getOperationDescription()
Return an identifying description for this caching operation.
|
boolean |
isBeforeInvocation() |
boolean |
isCacheWide() |
void |
setBeforeInvocation(boolean beforeInvocation) |
void |
setCacheWide(boolean cacheWide) |
equals, getCacheNames, getCondition, getKey, getName, hashCode, setCacheName, setCacheNames, setCondition, setKey, setName, toString
public void setCacheWide(boolean cacheWide)
public boolean isCacheWide()
public void setBeforeInvocation(boolean beforeInvocation)
public boolean isBeforeInvocation()
protected StringBuilder getOperationDescription()
CacheOperation
Available to subclasses, for inclusion in their toString()
result.
getOperationDescription
in class CacheOperation