cached?

in lib/logstash/outputs/kusto.rb [314:317]


  def cached?(path)
    @files.include?(path) && !@files[path].nil?
  end