# File lib/puppet/util/autoload/file_cache.rb, line 64
64:     def missing_file?(path)
65:         if time = missing_files[path] and ! data_expired?(time)
66:             return true
67:         else
68:             return false
69:         end
70:     end