15 references to CacheTagHelper
Microsoft.AspNetCore.Mvc.TagHelpers (15)
Cache\CacheTagKey.cs (5)
15/// An instance of <see cref="CacheTagKey"/> represents the state of <see cref="CacheTagHelper"/> 55/// Creates an instance of <see cref="CacheTagKey"/> for a specific <see cref="CacheTagHelper"/>. 57/// <param name="tagHelper">The <see cref="CacheTagHelper"/>.</param> 60public CacheTagKey(CacheTagHelper tagHelper, TagHelperContext context) 64_prefix = nameof(CacheTagHelper);
CacheTagHelper.cs (4)
22/// Prefix used by <see cref="CacheTagHelper"/> instances when creating entries in <see cref="MemoryCache"/>. 24public static readonly string CacheKeyPrefix = nameof(CacheTagHelper); 36/// Creates a new <see cref="CacheTagHelper"/>. 39/// used by the <see cref="CacheTagHelper"/>.</param>
CacheTagHelperMemoryCacheFactory.cs (2)
11/// <see cref="CacheTagHelper"/> uses this factory to set its <see cref="CacheTagHelper.MemoryCache"/>.
CacheTagHelperOptions.cs (1)
12/// The maximum total size in bytes that will be cached by the <see cref="CacheTagHelper"/>
DependencyInjection\TagHelperExtensions.cs (2)
30/// Configures the memory size limits on the cache of the <see cref="CacheTagHelper"/>. 46/// Configures the memory size limits on the cache of the <see cref="CacheTagHelper"/>.
DistributedCacheTagHelper.cs (1)
29/// Creates a new <see cref="CacheTagHelper"/>.