[in] ViSession handle for the driver session.
DriverSession::SetCacheEnabled
Enables or disables state caching for the driver session.
Syntax
Section titled “Syntax”virtual void SetCacheEnabled(bool bValue);
void SetCacheEnabled(ViSession Vi, bool bValue);Parameters
Section titled “Parameters”Vi
bValue
[in] Set to True to enable state caching or False to disable it.