Method: Puppet::Pops::Lookup::FunctionContext#cached_value

Defined in:
lib/puppet/pops/lookup/context.rb

#cached_value(key) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



89
90
91
# File 'lib/puppet/pops/lookup/context.rb', line 89

def cached_value(key)
  @cache[key]
end