module Nokogiri::CSS::SelectorCache

def [](key)

Retrieve the cached XPath expressions for the key
def [](key)
  @mutex.synchronize { @cache[key] }
end