# File lib/merb-cache/stores/strategy/abstract_strategy_store.rb, line 116
    def clone
      twin = super
      twin.stores = self.stores.map {|s| s.clone}
      twin
    end