182183184185186187188189190191192
for (int j = 0; j < groupCount; j++) { GroupId groupId = new GroupId(cacheName, groups[j]); cache.remove(groupId); } } else { cache.removeAll(); } } } catch (Exception exception) { throw new CacheAccessException(exception); }
726727728729730731732733734735736
{ if ( log.isDebugEnabled() ) { log.debug( "RemoveALL NOT from cluster, updating other auxiliaries for region" ); } c.removeAll(); } // update registered listeners if ( !fromCluster || ( fromCluster && rcsa.getLocalClusterConsistency() ) ) {