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()
Public Shared Sub ClearCaches
public:
static void ClearCaches()
static member ClearCaches : unit -> unit
Remarks 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