Method: Puppet::Pops::Loaders#puppet_cache_loader

Defined in:
lib/puppet/pops/loaders.rb

#puppet_cache_loaderObject (readonly)

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.

Commented out the :static_loader and :puppet_system_loader because of rubocop offenses with duplicated definitions of these generated methods, but keeping them here for visibility on how the loaders are stacked. attr_reader :static_loader attr_reader :puppet_system_loader



20
21
22
# File 'lib/puppet/pops/loaders.rb', line 20

def puppet_cache_loader
  @puppet_cache_loader
end