class Protocol::HTTP::Header::CacheControl

def s_maxage

@returns [Integer | Nil] the value of the `s-maxage` directive in seconds, or `nil` if the directive is not present or invalid.
def s_maxage
	find_integer_value(S_MAXAGE)
end