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 ResponseCacheControl |
ResponseCacheControl.DEFAULT |
Modifier and Type | Method and Description |
---|---|
ResponseCacheControl |
ResponseCacheControl.Builder.build() |
ResponseCacheControl |
HttpCacheContext.getResponseCacheControl()
Represents cache control enforced by the server.
|
ResponseCacheControl |
HttpCacheContext.getResponseCacheControlOrDefault()
Represents cache control enforced by the server or
DEFAULT
if not explicitly set in the context. |
Modifier and Type | Method and Description |
---|---|
void |
HttpCacheContext.setResponseCacheControl(ResponseCacheControl responseCacheControl) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.