Package io.quarkus.cache.deployment
Class CacheNamesBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.cache.deployment.CacheNamesBuildItem
-
public final class CacheNamesBuildItem extends io.quarkus.builder.item.SimpleBuildItemThis build item is used to pass the full list of cache names from the validation step to the recording step.
-
-
Constructor Summary
Constructors Constructor Description CacheNamesBuildItem(Set<String> names)
-