# File lib/vendor/fssm/cache.rb, line 128
  def set(path)
    unset(path)
    node = descendant!(path)
    node.from_path(path)
    node.mtime
  end