1 implementation of IDistributedCacheTagHelperStorage
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperStorage.cs (1)
12public class DistributedCacheTagHelperStorage : IDistributedCacheTagHelperStorage
7 references to IDistributedCacheTagHelperStorage
Microsoft.AspNetCore.Mvc.TagHelpers (7)
Cache\DistributedCacheTagHelperService.cs (3)
33private readonly IDistributedCacheTagHelperStorage _storage; 42/// <param name="storage">The <see cref="DistributedCacheTagHelper"/>'s <see cref="IDistributedCacheTagHelperStorage"/>.</param> 47IDistributedCacheTagHelperStorage storage,
Cache\DistributedCacheTagHelperStorage.cs (1)
9/// Implements <see cref="IDistributedCacheTagHelperStorage"/> by storing the content
Cache\IDistributedCacheTagHelperFormatter.cs (1)
10/// serialize html fragments for being store by <see cref="IDistributedCacheTagHelperStorage" />
DependencyInjection\TagHelperExtensions.cs (1)
63services.TryAddSingleton<IDistributedCacheTagHelperStorage, DistributedCacheTagHelperStorage>();
DistributedCacheTagHelper.cs (1)
22/// Prefix used by <see cref="DistributedCacheTagHelper"/> instances when creating entries in <see cref="IDistributedCacheTagHelperStorage"/>.