class Protocol::HTTP::Header::CacheControl

def max_age

See https://www.rfc-editor.org/rfc/rfc9111.html#name-max-age-2
The maximum time, in seconds, a response should be considered fresh.
def max_age
	find_integer_value(MAX_AGE)
end