Class CacheDirectiveWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    public class CacheDirectiveWriter
    extends HeaderWriter<CacheDirective>
    Cache directive header writer.
    • Constructor Detail

      • CacheDirectiveWriter

        public CacheDirectiveWriter()
    • Method Detail

      • write

        public static java.lang.String write​(java.util.List<CacheDirective> directives)
        Writes a list of cache directives with a comma separator.
        Parameters:
        directives - The list of cache directives.
        Returns:
        The formatted list of cache directives.