1 implementation of IDistributedCacheTagHelperService
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
31
public partial class DistributedCacheTagHelperService :
IDistributedCacheTagHelperService
6 references to IDistributedCacheTagHelperService
Microsoft.AspNetCore.Mvc.TagHelpers (5)
Cache\DistributedCacheTagHelperService.cs (1)
16
/// Implements <see cref="
IDistributedCacheTagHelperService
"/> and ensures
DependencyInjection\TagHelperExtensions.cs (1)
65
services.TryAddSingleton<
IDistributedCacheTagHelperService
, DistributedCacheTagHelperService>();
DistributedCacheTagHelper.cs (3)
19
private readonly
IDistributedCacheTagHelperService
_distributedCacheService;
31
/// <param name="distributedCacheService">The <see cref="
IDistributedCacheTagHelperService
"/>.</param>
34
IDistributedCacheTagHelperService
distributedCacheService,
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
CacheTagKeyTest.cs (1)
153
Mock.Of<
IDistributedCacheTagHelperService
>(),