# File lib/action_dispatch/http/cache.rb, line 65
        def last_modified?
          headers.include?('Last-Modified')
        end