| Package | Description |
|---|---|
| com.holonplatform.http |
| 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.
|
Copyright © 2019 The Holon Platform. All rights reserved.