Class ResponseCacheControl.Builder

  • Enclosing class:
    ResponseCacheControl

    public static class ResponseCacheControl.Builder
    extends java.lang.Object
    • Field Detail

      • maxAge

        private long maxAge
      • sharedMaxAge

        private long sharedMaxAge
      • noCache

        private boolean noCache
      • noStore

        private boolean noStore
      • cachePrivate

        private boolean cachePrivate
      • mustRevalidate

        private boolean mustRevalidate
      • proxyRevalidate

        private boolean proxyRevalidate
      • cachePublic

        private boolean cachePublic
      • staleWhileRevalidate

        private long staleWhileRevalidate
      • staleIfError

        private long staleIfError
      • noCacheFields

        private java.util.Set<java.lang.String> noCacheFields
      • mustUnderstand

        private boolean mustUnderstand
      • immutable

        private boolean immutable
    • Constructor Detail

      • Builder

        Builder()