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