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