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