@Contract(threading=IMMUTABLE)
class CacheableRequestPolicy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CacheableRequestPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServableFromCache(org.apache.http.HttpRequest request)
Determines if an HttpRequest can be served from the cache.
|