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