class HTTP::Cache::Headers

def max_age

Returns:
  • (Numeric) - the max number of seconds this message is
def max_age
  explicit_max_age || seconds_til_expires || Float::INFINITY
end