# File lib/nokogiri/css/parser.rb, line 15 def [] string return unless @cache_on @mutex.synchronize { @cache[string] } end