Method: Dnsruby::Cache#clear

Defined in:
lib/Dnsruby/Cache.rb

#clearObject



39
40
41
42
43
# File 'lib/Dnsruby/Cache.rb', line 39

def clear()
  @mutex.synchronize {
    @cache = Hash.new
  }
end