Package io.micronaut.cache.annotation
Annotation Interface CacheAnnotation
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@Documented
@Around
@Internal
@Inherited
public @interface CacheAnnotation
Meta annotation to mark cache operations.
- Since:
- 2.3.0
- Author:
- Álvaro Sánchez-Mariscal