class Protocol::HTTP::Header::CacheControl

def no_store?

@returns [Boolean] whether the `no-store` directive is present.
def no_store?
	self.include?(NO_STORE)
end