class Nokogiri::CSS::Parser

def [](string)

Get the css selector in +string+ from the cache
def [](string)
  return unless cache_on?
  @mutex.synchronize { @cache[string] }
end