diff --git a/MP.SPEC/Components/CmpTop.razor b/MP.SPEC/Components/CmpTop.razor
index 8061e546..79c66797 100644
--- a/MP.SPEC/Components/CmpTop.razor
+++ b/MP.SPEC/Components/CmpTop.razor
@@ -10,7 +10,10 @@
+
+
+
+ @*
@TipoSearch
@@ -18,7 +21,7 @@
{
}
-
+
*@
@code {
@@ -62,4 +65,22 @@
userName = "N.A.";
}
}
+
+ public async Task flushCache()
+ {
+ await Task.Delay(1);
+ await MDService.FlushRedisCache();
+ await JSRuntime.InvokeAsync