# File lib/merb-cache/stores/strategy/sha1_store.rb, line 13
    def initialize(config = {})
      super(config)
      @map = {}
    end