All Classes
-
All Classes Class Summary Exception Summary Class Description AdditionalCacheNameBuildItem Build item used to ensure that a cache of the specified name is created at runtime This is used in order to create caches when means other than the standard cache annotations are usedCacheAnnotationsTransformer CacheConfig CacheConfig.CaffeineConfig CacheConfig.CaffeineConfig.CaffeineNamespaceConfig CacheConfig$$accessor CacheConfig$CaffeineConfig$$accessor CacheConfig$CaffeineConfig$CaffeineNamespaceConfig$$accessor CacheDeploymentConstants CacheDevConsoleProcessor CacheNamesBuildItem This build item is used to pass the full list of cache names from the validation step to the recording step.CacheProcessor CacheProcessor$$accessor CaffeineCacheInfoBuilder ClassTargetException This exception is thrown at build time during the validation phase if a class is annotated with@CacheInvalidate,@CacheInvalidateAllor@CacheResult.PrivateMethodTargetException This exception is thrown at build time during the validation phase if a private method is annotated with@CacheInvalidate,@CacheInvalidateAllor@CacheResult.RestClientMethodEnhancer UnknownCacheNameException This exception is thrown at build time during the validation phase if a field, a constructor or a method parameter annotated with@CacheNameis referencing an unknown cache name.UnsupportedRepeatedAnnotationException 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.VoidReturnTypeTargetException This exception is thrown at build time during the validation phase if a method returning void is annotated with@CacheResult.