All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
A build item that makes sure a CacheManagerInfo is available at runtime for consideration as the cache backend
This build item is used to pass the full list of cache names from the validation step to the recording step.
 
 
This exception is thrown at build time during the validation phase if a class is annotated with @CacheInvalidate, @CacheInvalidateAll or @CacheResult.
 
This exception is thrown at build time during the validation phase if a private method is annotated with @CacheInvalidate, @CacheInvalidateAll or @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 @CacheInvalidate or @CacheInvalidateAll annotations.
This exception is thrown at build time during the validation phase if a method returning void is annotated with @CacheResult.