*/
public void defineGroup( String name, IElementAttributes attr )
throws CacheException
{
// update the attribute name set.
GroupId groupId = new GroupId( cacheControl.getCacheName(), name );
HashSet attrNameSet = null;
//attrNameSet = (HashSet)super.get(name);
attrNameSet = ( HashSet ) cacheControl.get( groupId );