Click or drag to resize

CacheControllerInit Method (String)

Initialization of the static AppGlobal cache object.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void Init(
	string masterConnStr
)

Parameters

masterConnStr
Type: SystemString
Connection string to master database
See Also