8384858687888990919293
} else { String directiveValue = null; if (reader.hasNextSeparator('=', false)) { reader.nextSeparator('='); directiveValue = reader.nextTokenOrQuotedString(); } cacheExtension.put(directive.toLowerCase(), Optional.fromNullable(directiveValue)); }