oCache.stuff(
(XRIAuthority) AuthorityPath.buildAuthorityPath("@!a!c!woo"), oDummy);
assertTrue("Cache size incorrect", oCache.getNumNodes() == 7);
Cache.CachedValue oVal =
oCache.find(
(XRIAuthority) AuthorityPath.buildAuthorityPath("@!a!c!woo"),
false);
assertTrue("Cached value not found", oVal != null);
oVal =