} catch (InterruptedException e) {
throw new CacheException(e);
}
}
return count.longValue();
}
@Override
public void disconnectSource(Cache<Object, Object> cache) throws CacheException {
ComponentRegistry cr = cache.getAdvancedCache().getComponentRegistry();