class Protocol::HTTP::Header::CacheControl

def private?

@returns [Boolean] whether the `private` directive is present.
def private?
	self.include?(PRIVATE)
end