Method: Puppet::Environments::Cached.cache_expiration_service

Defined in:
lib/puppet/environments.rb

.cache_expiration_serviceObject

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.



352
353
354
# File 'lib/puppet/environments.rb', line 352

def self.cache_expiration_service
  @cache_expiration_service_singleton || DefaultCacheExpirationService.new
end