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