1 instantiation of DistributedCacheTagHelperStorage
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
776return new DistributedCacheTagHelperStorage(new MemoryDistributedCache(options ?? Options.Create(new MemoryDistributedCacheOptions())));
2 references to DistributedCacheTagHelperStorage
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\DistributedCacheTagHelperStorage.cs (1)
17/// Creates a new <see cref="DistributedCacheTagHelperStorage"/>.
DependencyInjection\TagHelperExtensions.cs (1)
63services.TryAddSingleton<IDistributedCacheTagHelperStorage, DistributedCacheTagHelperStorage>();