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