static void EnableLoginDataCache();
None.
Caches a portion of the information needed for logging in, thereby shortening the time it takes to login subsequent times.
After this function has been called and information needed for logging in has been cached, subsequent acts of logging in are about 2.0 seconds faster.
Call this function prior to logging in after the GlobalVariables::AcquireInstance
function is called for the first time.
Call the DisableLoginDataCache
function when it is time to end the NEX library.
CONFIDENTIAL