# File lib/new_relic/agent/configuration/manager.rb, line 338 def reset_cache @cache = Hash.new {|hash,key| hash[key] = self.fetch(key) } end