A C G I L R V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdditionalCacheNameBuildItem - Class in io.quarkus.cache.deployment.spi
-
Build item used to ensure that a cache of the specified name is created at runtime.
- AdditionalCacheNameBuildItem(String) - Constructor for class io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem
C
- CacheManagerInfoBuildItem - Class in io.quarkus.cache.deployment.spi
-
A build item that makes sure a
CacheManagerInfois available at runtime for consideration as the cache backend - CacheManagerInfoBuildItem(CacheManagerInfo) - Constructor for class io.quarkus.cache.deployment.spi.CacheManagerInfoBuildItem
- CacheTypeBuildItem - Class in io.quarkus.cache.deployment.spi
-
A build item that can be used by extensions to determine what kind of cache backend is configured.
- CacheTypeBuildItem(CacheTypeBuildItem.Type) - Constructor for class io.quarkus.cache.deployment.spi.CacheTypeBuildItem
- CacheTypeBuildItem.Type - Enum in io.quarkus.cache.deployment.spi
G
- get() - Method in class io.quarkus.cache.deployment.spi.CacheManagerInfoBuildItem
- getName() - Method in class io.quarkus.cache.deployment.spi.AdditionalCacheNameBuildItem
- getType() - Method in class io.quarkus.cache.deployment.spi.CacheTypeBuildItem
I
- io.quarkus.cache.deployment.spi - package io.quarkus.cache.deployment.spi
L
- LOCAL - io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
R
- REMOTE - io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
V
- valueOf(String) - Static method in enum io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages