Messo TTL x dati statistiche a 30gg max

This commit is contained in:
Samuele Locatelli
2026-06-11 11:12:55 +02:00
parent 054e5fe72e
commit bd583a59fe
2 changed files with 13 additions and 1 deletions
+2
View File
@@ -2198,6 +2198,7 @@ namespace MP.SPEC.Data
/// <summary>
/// Cancellazione FusionCache dato singolo tag
/// </summary>
/// <param name="tag"></param>
/// <returns></returns>
private async Task<bool> FlushFusionCacheAsync(string tag)
{
@@ -2211,6 +2212,7 @@ namespace MP.SPEC.Data
/// <summary>
/// Cancellazione FusionCache dato elenco tags
/// </summary>
/// <param name="listTags"></param>
/// <returns></returns>
private async Task<bool> FlushFusionCacheAsync(List<string> listTags)
{