# File lib/vendor/fssm/cache.rb, line 170
  def ftype(ft)
    inject({}) do |hash, entry|
      path, node = entry
      hash["#{path}"] = node.mtime if node.ftype == ft
      hash
    end
  end