EngineManagerClearCaches Method (CacheKinds) |
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 (24.3.0.1000)
Syntax public static void ClearCaches(
CacheKinds cacheKinds
)
Public Shared Sub ClearCaches (
cacheKinds As CacheKinds
)
public:
static void ClearCaches(
CacheKinds cacheKinds
)
static member ClearCaches :
cacheKinds : CacheKinds -> unit
Parameters
- cacheKinds
- Type: Dundas.BI.UtilityCacheKinds
Specifies which caches should be cleared.
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