class Protocol::HTTP::Header::CacheControl

def dynamic?

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