*
*/
public void testConcurrent()
{
Cache oCache = new Cache(1000);
oCache.prune((XRIAuthority) AuthorityPath.buildAuthorityPath("@"));
assertTrue("Initial cache not empty", oCache.getNumNodes() == 0);
XRD oDesc = new XRD();
Service atAuthService = new Service();