Interface CacheConfig


  • @ConfigRoot(phase=RUN_TIME)
    @ConfigMapping(prefix="quarkus.cache")
    public interface CacheConfig
    • Method Detail

      • enabled

        @WithDefault("true")
        boolean enabled()
        Whether or not the cache extension is enabled.