Package ru.tinkoff.kora.cache.annotation


package ru.tinkoff.kora.cache.annotation
  • 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.value().
     
    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.