| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientCacheControl |
ClientCacheControl.EMPTY
An empty instance with all directives disabled.
|
static ClientCacheControl |
ClientCacheControl.FORCE_CACHE
"only-if-cached, max-stale=2147483647". |
static ClientCacheControl |
ClientCacheControl.FORCE_NETWORK
"no-cache". |
| Modifier and Type | Method and Description |
|---|---|
ClientCacheControl |
ClientCacheControlBuilder.build()
Returns a newly created
ClientCacheControl with the directives enabled so far. |
static ClientCacheControl |
ClientCacheControl.parse(Iterable<String> directives)
Parses the specified
"cache-control" header values into a ClientCacheControl. |
static ClientCacheControl |
ClientCacheControl.parse(String... directives)
Parses the specified
"cache-control" header values into a ClientCacheControl. |
Copyright © 2020 LeanCloud. All rights reserved.