public class CachePutOperation extends CacheOperation
Modifier and Type | Class and Description |
---|---|
static class |
CachePutOperation.Builder
A builder that can be used to create a
CachePutOperation . |
Constructor and Description |
---|
CachePutOperation(CachePutOperation.Builder b)
Create a new
CachePutOperation instance from the given builder. |
Modifier and Type | Method and Description |
---|---|
String |
getUnless() |
equals, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hashCode, toString
public CachePutOperation(CachePutOperation.Builder b)
CachePutOperation
instance from the given builder.