3 references to _cache
Microsoft.AspNetCore.Components (3)
Routing\RouteTableFactory.cs (3)
36if (_cache.TryGetValue(routeKey, out var resolvedComponents)) 43_cache.TryAdd(routeKey, routeTable); 47public void ClearCaches() => _cache.Clear();