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