# File lib/puppet/util/autoload/file_cache.rb, line 57
57:   def found_file(path, stat)
58:     found_files[path] = {:stat => stat, :time => Time.now}
59:   end