Method: NewRelic::Agent::Configuration::Manager#new_cache

Defined in:
lib/new_relic/agent/configuration/manager.rb

#new_cacheObject

[View source]

417
418
419
# File 'lib/new_relic/agent/configuration/manager.rb', line 417

def new_cache
  @cache = Hash.new { |hash, key| hash[key] = self.fetch(key) }
end