3 references to _cache
Microsoft.AspNetCore.Components.Authorization (3)
AttributeAuthorizeDataCache.cs (3)
22
private static void ClearCache() =>
_cache
.Clear();
26
if (!
_cache
.TryGetValue(type, out var result))
29
_cache
[type] = result; // Safe race - doesn't matter if it overwrites