public class CacheableOperation extends CacheOperation
| Constructor and Description | 
|---|
CacheableOperation()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected StringBuilder | 
getOperationDescription()
Return an identifying description for this caching operation. 
 | 
String | 
getUnless()  | 
void | 
setUnless(String unless)  | 
equals, getCacheNames, getCondition, getKey, getName, hashCode, setCacheName, setCacheNames, setCondition, setKey, setName, toStringpublic String getUnless()
public void setUnless(String unless)
protected StringBuilder getOperationDescription()
CacheOperationAvailable to subclasses, for inclusion in their toString() result.
getOperationDescription in class CacheOperation