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