class Protocol::HTTP::Header::CacheControl

def no_cache?

@returns [Boolean] whether the `no-cache` directive is present.
def no_cache?
	self.include?(NO_CACHE)
end