# File lib/action_controller/metal/conditional_get.rb, line 58
    def stale?(options)
      fresh_when(options)
      !request.fresh?(response)
    end