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