You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a static concurrent dictionary s_cachedPoliciesFromRegistry as a cache for group policy settings retrieved from the registry (in Utils.cs).
We should register for GP change notification using RegisterGPNotification, so that we can clear the cache when GP changes.
Open the issue per the ask from #5791 (comment):
We use a static concurrent dictionary
s_cachedPoliciesFromRegistryas a cache for group policy settings retrieved from the registry (inUtils.cs).We should register for GP change notification using
RegisterGPNotification, so that we can clear the cache when GP changes.