auxAttr.setCacheName( regName );
// Consider putting the compositeCache back in the factory interface
// since the manager may not know about it at this point.
// need to make sure the maanger already has the cache
// before the auxiliary is created.
auxCache = auxFac.createCache( auxAttr, compositeCacheManager );
return auxCache;
}
}