7273747576777879808182
// TODO: replace this with QueryCache injection once CAY-1445 is done QueryCache cache = ((DataContext) originatingContext).getQueryCache(); for (String group : groupSet) { cache.removeGroup(group); } } return result; }