Package io.micronaut.cache.annotation


package io.micronaut.cache.annotation
Contains cache annotations in Micronaut.
Since:
1.0
Author:
graemerocher
  • Annotation Interfaces
    Class
    Description
    An annotation that can be applied at the type or method level to indicate that the return value of the method should be cached for the configured Cacheable.cacheNames().
    Meta annotation to mark cache operations.
    An annotation that can be used on either a type or an annotation stereotype to configure common caching behaviour.
    An annotation that can be applied at the type or method level to indicate that the annotated operation should cause the eviction of the given caches.
    An annotation that can be applied at the type or method level to indicate that the annotated operation should cause the return value to be cached within the given cache name.
    Allows for repeated annotations of the type CacheInvalidate.
    Allows for repeated annotations of the type CachePut.