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