oVal =
oCache.find(
(XRIAuthority) AuthorityPath.buildAuthorityPath("@!a!b!woo"),
false);
assertTrue("Cached value should not have been found", oVal == null);
oCache.dump();
} // testCache()
/*
****************************************************************************