public abstract class CacheControl extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
CacheControl() |
Modifier and Type | Method and Description |
---|---|
static CacheControl |
create(CacheDirective... directives) |
abstract java.lang.Iterable<CacheDirective> |
getDirectives() |
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, value
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
render
public abstract java.lang.Iterable<CacheDirective> getDirectives()
public static CacheControl create(CacheDirective... directives)