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