class Nokogiri::CSS::Parser

def clear_cache

Clear the cache
def clear_cache
  @mutex.synchronize { @cache = {} }
end