Package | Description |
---|---|
org.apache.hc.client5.http.cache |
Caching APIs for both the classic and the asynchronous
HTTP transports.
|
Modifier and Type | Method and Description |
---|---|
CacheResponseStatus |
HttpCacheContext.getCacheResponseStatus()
Represents an outcome of the cache operation and the way the response has been
generated.
|
static CacheResponseStatus |
CacheResponseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheResponseStatus[] |
CacheResponseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpCacheContext.setCacheResponseStatus(CacheResponseStatus responseStatus) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.