Uses of Class
com.github.mizosoft.methanol.CacheControl
Packages that use CacheControl
-
Uses of CacheControl in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return CacheControlModifier and TypeMethodDescriptionCacheControl.Builder.build()Builds a newCache-Control.static CacheControlCacheControl.empty()Returns aCacheControlwith no directives.static CacheControlParses the cache directives specified by the given value.static CacheControlCacheControl.parse(HttpHeaders headers) Parses the cache directives specified by the given headers.static CacheControlParses the cache directives specified by each of the given values.Methods in com.github.mizosoft.methanol with parameters of type CacheControlModifier and TypeMethodDescriptionMutableRequest.cacheControl(CacheControl cacheControl) Sets theCache-Controlheader to the given value.