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