Method: Puppet::Pops::Lookup::FunctionContext#cache_has_key

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

#cache_has_key(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.



85
86
87
# File 'lib/puppet/pops/lookup/context.rb', line 85

def cache_has_key(key)
  @cache.include?(key)
end