class Protocol::HTTP::Header::CacheControl

def proxy_revalidate?

@returns [Boolean] whether the `proxy-revalidate` directive is present.
def proxy_revalidate?
	self.include?(PROXY_REVALIDATE)
end