# File lib/merb-cache/stores/strategy/sha1_store.rb, line 54
    def delete_all!
      @stores.map {|c| c.delete_all! }.all?
    end