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