upd prism

This commit is contained in:
Kukks
2023-08-14 12:51:34 +02:00
parent 30f7d5e339
commit c4d07a5134
4 changed files with 104 additions and 109 deletions

View File

@@ -40,7 +40,7 @@ namespace BTCPayServer.Plugins.FixedFloat
{
var k = $"{nameof(FixedFloatSettings)}_{storeId}";
await _storeRepository.UpdateSetting(storeId, nameof(FixedFloatSettings), fixedFloatSettings);
_memoryCache.Set(k, fixedFloatSettings);
_memoryCache.Remove(k);
}
}
}