refresh generalizzati

This commit is contained in:
Samuele Locatelli
2021-06-23 13:15:38 +02:00
parent e0505f4882
commit 13be2d8e40
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ namespace MP.Stats.Data
public async Task<int> StatDdbGetCount(SelectData CurrFilter, string searchVal = "")
{
int numRec = 0;
string cacheKey = getCacheKeyPaged("MP:STATS:DDBT-COUNT", CurrFilter);
string cacheKey = getCacheKey("MP:STATS:DDBT-COUNT", CurrFilter);
string rawData;
var redisDataList = await distributedCache.GetAsync(cacheKey);
if (redisDataList != null)