Package io.micronaut.cache.annotation
Annotation Type InvalidateOperations
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @Documented @CacheAnnotation public @interface InvalidateOperations
Allows for repeated annotations of the typeCacheInvalidate
.- Since:
- 1.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description CacheInvalidate[]
value
-
-
-
Element Detail
-
value
CacheInvalidate[] value
- Returns:
- The
CacheInvalidate
instances for the method
-
-