Uses of Class
io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
-
-
Uses of CacheTypeBuildItem.Type in io.quarkus.cache.deployment.spi
Methods in io.quarkus.cache.deployment.spi that return CacheTypeBuildItem.Type Modifier and Type Method Description CacheTypeBuildItem.TypeCacheTypeBuildItem. getType()static CacheTypeBuildItem.TypeCacheTypeBuildItem.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheTypeBuildItem.Type[]CacheTypeBuildItem.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.cache.deployment.spi with parameters of type CacheTypeBuildItem.Type Constructor Description CacheTypeBuildItem(CacheTypeBuildItem.Type type)
-