# File lib/merb-cache/stores/fundamental/file_store.rb, line 13
    def initialize(config = {})
      @dir = config[:dir] || Merb.root_path(:tmp / :cache)

      create_path(@dir)
    end