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