3 references to DistributedCacheTagHelperService
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Cache\DistributedCacheTagHelperService.cs (2)
40/// Creates a new <see cref="DistributedCacheTagHelperService"/>. 60_logger = loggerFactory.CreateLogger<DistributedCacheTagHelperService>();
DependencyInjection\TagHelperExtensions.cs (1)
65services.TryAddSingleton<IDistributedCacheTagHelperService, DistributedCacheTagHelperService>();