AzureAD / azure-activedirectory-identitymodel-extensions-for-dotnet

IdentityModel extensions for .Net
MIT License
1.06k stars 401 forks source link

Check if EventBasedLRUCache needs similar changes to those made in ConfigurationManager #3019

Open msbw2 opened 6 days ago

msbw2 commented 6 days ago

There have been some changes to ConfigurationManager, and it seems the same may be needed for EventBasedLRUCache. Investigate and determine if this is so. The use of non-atomic DateTime objects between concurrent calls will almost definitely need to be fixed.