# File lib/ruote/part/storage_participant.rb, line 324
    def purge!

      fetch_all({}).each { |hwi| @context.storage.delete(hwi) }
    end