Class CacheConfigurationResponse


  • public final class CacheConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • cacheDuration

        public java.util.Optional<java.lang.String> cacheDuration()
        Returns:
        The duration for which the content needs to be cached. Allowed format is in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations). HTTP requires the value to be no more than a year
      • dynamicCompression

        public java.util.Optional<java.lang.String> dynamicCompression()
        Returns:
        Whether to use dynamic compression for cached content
      • queryParameterStripDirective

        public java.util.Optional<java.lang.String> queryParameterStripDirective()
        Returns:
        Treatment of URL query terms when forming the cache key.
      • queryParameters

        public java.util.Optional<java.lang.String> queryParameters()
        Returns:
        query parameters to include or exclude (comma separated).