refresh generalizzati
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user