| Package | Description |
|---|---|
| com.holonplatform.http | |
| com.holonplatform.http.internal |
| Modifier and Type | Method and Description |
|---|---|
static CacheControl.Builder |
CacheControl.builder()
Builder to create a
CacheControl instance |
CacheControl.Builder |
CacheControl.Builder.maxAge(long maxAge)
Set the max-age cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.mustRevalidate(boolean mustRevalidate)
Set the must-revalidate cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.noCache(boolean noCache)
Set the no-cache cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.noStore(boolean noStore)
Set the no-store cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.noTransform(boolean noTransform)
Set the no-transform cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.proxyRevalidate(boolean proxyRevalidate)
Set the proxy-revalidate cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.setPrivate(boolean isprivate)
Set the private cache control directive.
|
CacheControl.Builder |
CacheControl.Builder.sMaxAge(long sMaxAge)
Set the s-maxage cache control directive.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheControlDirectives.CacheControlBuilder |
| Modifier and Type | Method and Description |
|---|---|
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.maxAge(long maxAge) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.mustRevalidate(boolean mustRevalidate) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.noCache(boolean noCache) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.noStore(boolean noStore) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.noTransform(boolean noTransform) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.proxyRevalidate(boolean proxyRevalidate) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.setPrivate(boolean isprivate) |
CacheControl.Builder |
CacheControlDirectives.CacheControlBuilder.sMaxAge(long sMaxAge) |
Copyright © 2019 The Holon Platform. All rights reserved.