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