Package io.quarkus.cache.deployment.exception
package io.quarkus.cache.deployment.exception
-
ExceptionsClassDescriptionThis exception is thrown at build time during the validation phase if a class is annotated with
@CacheInvalidate,@CacheInvalidateAllor@CacheResult.This exception is thrown at build time during the validation phase if a private method is annotated with@CacheInvalidate,@CacheInvalidateAllor@CacheResult.This exception is thrown at build time during the validation phase if a method from a MicroProfile REST Client bean is annotated with repeated@CacheInvalidateor@CacheInvalidateAllannotations.This exception is thrown at build time during the validation phase if a method returning void is annotated with@CacheResult.