Package io.micronaut.cache.annotation
Annotation Interface PutOperations
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
@Documented
@CacheAnnotation
public @interface PutOperations
Allows for repeated annotations of the type
CachePut
.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Required Element Summary