Uses of Class
com.github.mizosoft.methanol.CacheControl
-
Packages that use CacheControl Package Description com.github.mizosoft.methanol -
-
Uses of CacheControl in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return CacheControl Modifier and Type Method Description CacheControlCacheControl.Builder. build()Builds a newCache-Control.static CacheControlCacheControl. empty()Returns aCacheControlwith no directives.static CacheControlCacheControl. parse(java.lang.String value)Parses the cache directives specified by the given value.static CacheControlCacheControl. parse(java.net.http.HttpHeaders headers)Parses the cache directives specified by the given headers.static CacheControlCacheControl. parse(java.util.List<java.lang.String> values)Parses the cache directives specified by each of the given values.Methods in com.github.mizosoft.methanol with parameters of type CacheControl Modifier and Type Method Description MutableRequestMutableRequest. cacheControl(CacheControl cacheControl)Sets theCache-Controlheader to the given value.
-