Package io.quarkus.cache.runtime
Interface CacheBuildConfig
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
@ConfigMapping(prefix="quarkus.cache")
public interface CacheBuildConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConfiguration that allows customizing cache names to use a different type. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionConfiguration that allows customizing cache names to use a different type.type()Default cache type (backend provider).
-
Field Details
-
CAFFEINE_CACHE_TYPE
- See Also:
-
-
Method Details
-
type
Default cache type (backend provider). If no explicit type is defined for a cache, this type will be used. -
cacheTypeByName
@ConfigDocMapKey("cache-name") @ConfigDocSection @WithParentName Map<String,CacheBuildConfig.CacheTypeBuildConfig> cacheTypeByName()Configuration that allows customizing cache names to use a different type.
-