8 references to DistributedCacheTagHelper
Microsoft.AspNetCore.Mvc.TagHelpers (8)
Cache\CacheTagKey.cs (5)
16
/// or <see cref="
DistributedCacheTagHelper
"/> keys.
68
/// Creates an instance of <see cref="CacheTagKey"/> for a specific <see cref="
DistributedCacheTagHelper
"/>.
70
/// <param name="tagHelper">The <see cref="
DistributedCacheTagHelper
"/>.</param>
72
public CacheTagKey(
DistributedCacheTagHelper
tagHelper)
76
_prefix = nameof(
DistributedCacheTagHelper
);
Cache\DistributedCacheTagHelperService.cs (1)
42
/// <param name="storage">The <see cref="
DistributedCacheTagHelper
"/>'s <see cref="IDistributedCacheTagHelperStorage"/>.</param>
DistributedCacheTagHelper.cs (2)
22
/// Prefix used by <see cref="
DistributedCacheTagHelper
"/> instances when creating entries in <see cref="IDistributedCacheTagHelperStorage"/>.
24
public static readonly string CacheKeyPrefix = nameof(
DistributedCacheTagHelper
);