Class AdditionalCacheNameBuildItem


  • @Deprecated(forRemoval=true)
    public final class AdditionalCacheNameBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use AdditionalCacheNameBuildItem instead. This build item will be removed at some time after Quarkus 3.0.
    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 used.

    • Constructor Detail

      • AdditionalCacheNameBuildItem

        public AdditionalCacheNameBuildItem​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getName

        public String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.