Interface CacheConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.cache") public interface CacheConfig
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Caffeine configuration.
    boolean
    Whether or not the cache extension is enabled.
  • Method Details

    • enabled

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

      Caffeine configuration.