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, valueparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringrenderpublic abstract java.lang.Iterable<CacheDirective> getDirectives()
public static CacheControl create(CacheDirective... directives)