39 40 41 42 43
# File 'lib/Dnsruby/Cache.rb', line 39 def clear() @mutex.synchronize { @cache = Hash.new } end