Index

A C G I L R V 
All Classes and Interfaces|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 CacheManagerInfo is 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 Class 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 - Enum constant in enum class io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
 

R

REMOTE - Enum constant in enum class io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
 

V

valueOf(String) - Static method in enum class io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.quarkus.cache.deployment.spi.CacheTypeBuildItem.Type
Returns an array containing the constants of this enum class, in the order they are declared.
A C G I L R V 
All Classes and Interfaces|All Packages