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