# File lib/nokogiri/css/parser.rb, line 29
        def clear_cache
          @mutex.synchronize { @cache = {} }
        end