|
TargetCachesResetAll Method
|
Resets all sliding memory caches used by Grafana data sources.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.230-beta
Syntaxpublic static void ResetAll()
Public Shared Sub ResetAll
public:
static void ResetAll()
static member ResetAll : unit -> unit
GrafanaAdapters.TargetCaches.ResetAll = function();
View Source
Remarks
This should be called any time data source metadata is updated.
See Also