Package io.quarkus.cache.deployment
Class AdditionalCacheNameBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.cache.deployment.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.UseAdditionalCacheNameBuildIteminstead. 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 Summary
Constructors Constructor Description AdditionalCacheNameBuildItem(String name)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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.
-
-