Click or drag to resize

CacheControllerRefresh Method

Refreshes the static cache in AppGlobal of the active user's customer. Important! If you find yourself calling Refresh you are most likely doing something wrong. Refresh should only be called from the SystemBootUtility and a few other places.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void Refresh()
See Also