# File lib/vendor/fssm/cache.rb, line 122
  def clear
    @mutex.lock
    @children.clear
    @mutex.unlock
  end