module Github::Result

def cache_control

def cache_control
  loaded? ? @env[:response_headers][CACHE_CONTROL] : nil
end