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