public class CacheDirectiveWriter extends HeaderWriter<CacheDirective>
| Constructor and Description |
|---|
CacheDirectiveWriter() |
| Modifier and Type | Method and Description |
|---|---|
CacheDirectiveWriter |
append(CacheDirective directive)
Appends a value.
|
static String |
write(List<CacheDirective> directives)
Writes a list of cache directives with a comma separator.
|
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWritepublic static String write(List<CacheDirective> directives)
directives - The list of cache directives.public CacheDirectiveWriter append(CacheDirective directive)
HeaderWriterappend in class HeaderWriter<CacheDirective>directive - The value.Copyright © 2005–2025. All rights reserved.