EngineManagerClearCaches Method

Clears all the caches on this instance of the engine, and sends a message to all other servers indicating that their caches should be invalidated as well.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static void ClearCaches()
Remarks
Security note Security Note
Because this method does not check the security of the caller, it should not be directly exposed in externally-facing APIs (e.g. public web services).
See Also