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, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hashCode, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setName, toString
public String getUnless()
public void setUnless(String unless)
protected StringBuilder getOperationDescription()
CacheOperation
Available to subclasses, for inclusion in their toString()
result.
getOperationDescription
in class CacheOperation