Class RequestCacheControl.Builder
java.lang.Object
org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- Enclosing class:
RequestCacheControl
- Since:
- 5.4
-
Method Summary
Modifier and TypeMethodDescriptionbuild()longlonglonglongbooleanbooleanbooleansetMaxAge(long maxAge) setMaxStale(long maxStale) setMinFresh(long minFresh) setNoCache(boolean noCache) setNoStore(boolean noStore) setOnlyIfCached(boolean onlyIfCached) setStaleIfError(long staleIfError)
-
Method Details
-
getMaxAge
public long getMaxAge() -
setMaxAge
-
getMaxStale
public long getMaxStale() -
setMaxStale
-
getMinFresh
public long getMinFresh() -
setMinFresh
-
isNoCache
public boolean isNoCache() -
setNoCache
-
isNoStore
public boolean isNoStore() -
setNoStore
-
isOnlyIfCached
public boolean isOnlyIfCached() -
setOnlyIfCached
-
getStaleIfError
public long getStaleIfError() -
setStaleIfError
-
build
-