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