* GroupCache cache = (GroupCache)cacheMgr.getCache(cb.getCacheName());
* GroupAttrName gan = (GroupAttrName)cb.getKey();
* GroupId groupId = new GroupId( gan.groupId );
* cache.putGAN( gan, cb.getVal(), cb.getElementAttributes(), false);
*/
ICompositeCache cache = ( ICompositeCache ) cacheMgr.getCache( cb.getCacheName() );
cache.update( cb, false );
}
catch ( Exception ioe )
{
}