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