class Protocol::HTTP::Header::CacheControl

def public?

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