Class CacheEvictOperation
java.lang.Object
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CacheEvictOperation
- All Implemented Interfaces:
- BasicOperation
Class describing a cache 'evict' operation.
- Since:
- 3.1
- Author:
- Costin Leau, Marcin Kamionowski
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to create aCacheEvictOperation.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.cache.interceptor.CacheOperationequals, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hashCode, toString
- 
Constructor Details- 
CacheEvictOperationCreate a newCacheEvictOperationinstance from the given builder.- Since:
- 4.3
 
 
- 
- 
Method Details- 
isCacheWidepublic boolean isCacheWide()
- 
isBeforeInvocationpublic boolean isBeforeInvocation()
 
-