Method: Chef::Node::Mixin::DeepMergeCache#deep_merge_cache

Defined in:
lib/chef/node/mixin/deep_merge_cache.rb

#deep_merge_cacheObject

Cache of deep merged values by top-level key. This is a simple hash which has keys that are the top-level keys of the node object, and we save the computed deep-merge for that key here. There is no cache of subtrees.


27
28
29
# File 'lib/chef/node/mixin/deep_merge_cache.rb', line 27

def deep_merge_cache
  @deep_merge_cache
end