Method: Puppet::Pops::Lookup::FunctionContext#cache

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

#cache(key, value) ⇒ 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.



76
77
78
# File 'lib/puppet/pops/lookup/context.rb', line 76

def cache(key, value)
  @cache[key] = value
end