class GdsApi::Response::CacheControl

def reverse_max_age

def reverse_max_age
  self["r-maxage"].to_i if key?("r-maxage")
end