Uses of Class
org.apache.juneau.http.header.CacheControl
Packages that use CacheControl
-
Uses of CacheControl in org.apache.juneau.http
Methods in org.apache.juneau.http that return CacheControlModifier and TypeMethodDescriptionstatic final CacheControl
HttpHeaders.cacheControl
(String value) Creates a newCacheControl
header.static final CacheControl
HttpHeaders.cacheControl
(Supplier<String> value) Creates a newCacheControl
header with a delayed value. -
Uses of CacheControl in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return CacheControlModifier and TypeMethodDescriptionstatic CacheControl
Static creator.static CacheControl
Static creator with delayed value.