Rimozione differente cache FusionCache dati
This commit is contained in:
@@ -1224,7 +1224,7 @@ namespace MP.IOC.Data
|
||||
cacheKey: $"{Utils.redisOdlList}:Current:{IdxMacchina}",
|
||||
expiration: TimeSpan.FromSeconds(redisShortTimeCache),
|
||||
fetchFunc: async () => (await IocDbController.OdlCurrByMaccAsync(IdxMacchina)) ?? new ODLExpModel(),
|
||||
tagList: [Utils.redisOdlList]
|
||||
tagList: [Utils.redisOdlList, IdxMacchina]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user