class Protocol::HTTP::Header::CacheControl

def static?

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