# File lib/puppet/util/autoload/file_cache.rb, line 72
72:     def missing_file(path)
73:         missing_files[path] = Time.now
74:     end