Class ConfigResource

    • Field Detail

      • DEFAULT_CACHE_CONTROL

        public static CacheControl DEFAULT_CACHE_CONTROL
        Default cache control that gets set on the 'Cache-Control' header for responses on this resource that are cacheable.

        Not all resources are cacheable and in fact the vast majority might not be. Caching is a trade-off between the freshness of data and the number of QPS that the web UI sends.

    • Constructor Detail

      • ConfigResource

        public ConfigResource()