fix #5329 - clear Options after updating User Settings

This commit is contained in:
sbwalker
2025-05-29 11:53:14 -04:00
parent d52b95ea23
commit 9c333232e2
3 changed files with 49 additions and 27 deletions

View File

@ -19,7 +19,6 @@ namespace Oqtane.Infrastructure
{
var cache = map.GetOrAdd(GetKey(), new OptionsCache<TOptions>());
cache.Clear();
}
public TOptions GetOrAdd(string name, Func<TOptions> createOptions)