# File lib/vendor/fssm/state.rb, line 3
  def initialize(path)
    @path = path
    @cache = FSSM::Tree::Cache.new
  end