nn::nex::BackEndServices::EnableLoginDataCache Member Function

Syntax

static void EnableLoginDataCache();

Parameters

None.

Return Values

None.

Description

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 on has been cached, subsequent acts of logging on are about 2.0 seconds faster.

Call this function prior to logging on after the GlobalVariables::AcquireInstance function is called for the first time.

Call the DisableLoginDataCache function when it is time to end the NEX library.

Revision History

2012/08/01
Fixed the decreased time for logging on because it was listed incorrectly.
Added a note about when to call the function.
2011/09/14
Initial version.

CONFIDENTIAL