328329330331332333334335336337338
for (String group : groups) { domain.getQueryCache().removeGroup(group); } GenericResponse response = new GenericResponse(); response.addUpdateCount(1); this.response = response; return DONE; } }