Package io.micronaut.cache.annotation
Annotation Interface InvalidateOperations
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
@Documented
@CacheAnnotation
public @interface InvalidateOperations
Allows for repeated annotations of the type 
CacheInvalidate.- Since:
 - 1.0
 - Author:
 - Graeme Rocher
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
CacheInvalidate[] value- Returns:
 - The 
CacheInvalidateinstances for the method 
 
 -