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