/// <summary>Refresh the netgroup cache</summary>
        /// <exception cref="System.IO.IOException"/>
        public override void CacheGroupsRefresh()
        {
            IList <string> groups = NetgroupCache.GetNetgroupNames();

            NetgroupCache.Clear();
            CacheGroupsAdd(groups);
        }