Package | Description |
---|---|
org.apache.hc.client5.http.cache |
Caching APIs for both the classic and the asynchronous
HTTP transports.
|
Modifier and Type | Field and Description |
---|---|
static RequestCacheControl |
RequestCacheControl.DEFAULT |
Modifier and Type | Method and Description |
---|---|
RequestCacheControl |
RequestCacheControl.Builder.build() |
RequestCacheControl |
HttpCacheContext.getRequestCacheControl()
Represents cache control requested by the client.
|
RequestCacheControl |
HttpCacheContext.getRequestCacheControlOrDefault()
Returns cache control requested by the client or
DEFAULT
if not explicitly set in the context. |
Modifier and Type | Method and Description |
---|---|
CacheContextBuilder |
CacheContextBuilder.setCacheControl(RequestCacheControl cacheControl) |
void |
HttpCacheContext.setRequestCacheControl(RequestCacheControl requestCacheControl) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.