EngineManagerClearCaches(CacheKinds) Method

Clears the specified cache(s) 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 (26.2.0.1000)
Syntax
public static void ClearCaches(
	CacheKinds cacheKinds
)

Parameters

cacheKinds  CacheKinds
Specifies which caches should be cleared.
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