31 instantiations of CacheTagKey
HtmlGenerationWebSite (1)
TestCacheTagHelper.cs (1)
28
var cacheKey = new
CacheTagKey
(this, context);
Microsoft.AspNetCore.Mvc.TagHelpers (2)
CacheTagHelper.cs (1)
69
var cacheKey = new
CacheTagKey
(this, context);
DistributedCacheTagHelper.cs (1)
61
var cacheKey = new
CacheTagKey
(this);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (28)
CacheTagHelperTest.cs (1)
517
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
CacheTagKeyTest.cs (27)
36
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
61
var cacheTagKey1 = new
CacheTagKey
(cacheTagHelper1, tagHelperContext1);
62
var cacheTagKey2 = new
CacheTagKey
(cacheTagHelper2, tagHelperContext2);
85
var cacheTagKey1 = new
CacheTagKey
(cacheTagHelper1, tagHelperContext1);
86
var cacheTagKey2 = new
CacheTagKey
(cacheTagHelper2, tagHelperContext2);
108
var cacheKey1 = new
CacheTagKey
(cacheTagHelper1, tagHelperContext1);
109
var cacheKey2 = new
CacheTagKey
(cacheTagHelper2, tagHelperContext2);
135
var cacheKey1 = new
CacheTagKey
(cacheTagHelper1, tagHelperContext1);
136
var cacheKey2 = new
CacheTagKey
(cacheTagHelper2, tagHelperContext2);
162
var cacheTagKey = new
CacheTagKey
(cacheTagHelper);
185
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
215
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
243
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
269
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
295
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
320
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
340
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
362
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
383
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
409
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
434
var cacheTagKey = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
456
key1 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
462
key2 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
488
key1 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
494
key2 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
521
key1 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
526
key2 = new
CacheTagKey
(cacheTagHelper, tagHelperContext);
48 references to CacheTagKey
HtmlGenerationWebSite (1)
TestCacheTagHelper.cs (1)
28
var
cacheKey = new CacheTagKey(this, context);
Microsoft.AspNetCore.Mvc.TagHelpers (15)
Cache\CacheTagKey.cs (8)
15
/// An instance of <see cref="
CacheTagKey
"/> represents the state of <see cref="CacheTagHelper"/>
18
public class CacheTagKey : IEquatable<
CacheTagKey
>
55
/// Creates an instance of <see cref="
CacheTagKey
"/> for a specific <see cref="CacheTagHelper"/>.
59
/// <returns>A new <see cref="
CacheTagKey
"/>.</returns>
68
/// Creates an instance of <see cref="
CacheTagKey
"/> for a specific <see cref="DistributedCacheTagHelper"/>.
71
/// <returns>A new <see cref="
CacheTagKey
"/>.</returns>
188
if (obj is
CacheTagKey
other)
197
public bool Equals(
CacheTagKey
other)
Cache\DistributedCacheTagHelperService.cs (3)
37
private readonly ConcurrentDictionary<
CacheTagKey
, Task<IHtmlContent>> _workers;
61
_workers = new ConcurrentDictionary<
CacheTagKey
, Task<IHtmlContent>>();
65
public async Task<IHtmlContent> ProcessContentAsync(TagHelperOutput output,
CacheTagKey
key, DistributedCacheEntryOptions options)
Cache\IDistributedCacheTagHelperService.cs (1)
23
Task<IHtmlContent> ProcessContentAsync(TagHelperOutput output,
CacheTagKey
key, DistributedCacheEntryOptions options);
CacheTagHelper.cs (2)
69
var
cacheKey = new CacheTagKey(this, context);
90
private async Task<IHtmlContent> CreateCacheEntry(
CacheTagKey
cacheKey, TagHelperOutput output)
DistributedCacheTagHelper.cs (1)
61
var
cacheKey = new CacheTagKey(this);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (32)
CacheTagHelperTest.cs (5)
517
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
1009
var
cacheKey = Assert.IsType<
CacheTagKey
>(key);
1031
var
cacheKey = Assert.IsType<
CacheTagKey
>(key);
CacheTagKeyTest.cs (27)
36
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
61
var
cacheTagKey1 = new CacheTagKey(cacheTagHelper1, tagHelperContext1);
62
var
cacheTagKey2 = new CacheTagKey(cacheTagHelper2, tagHelperContext2);
85
var
cacheTagKey1 = new CacheTagKey(cacheTagHelper1, tagHelperContext1);
86
var
cacheTagKey2 = new CacheTagKey(cacheTagHelper2, tagHelperContext2);
108
var
cacheKey1 = new CacheTagKey(cacheTagHelper1, tagHelperContext1);
109
var
cacheKey2 = new CacheTagKey(cacheTagHelper2, tagHelperContext2);
135
var
cacheKey1 = new CacheTagKey(cacheTagHelper1, tagHelperContext1);
136
var
cacheKey2 = new CacheTagKey(cacheTagHelper2, tagHelperContext2);
162
var
cacheTagKey = new CacheTagKey(cacheTagHelper);
185
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
215
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
243
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
269
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
295
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
320
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
340
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
362
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
383
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
409
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
434
var
cacheTagKey = new CacheTagKey(cacheTagHelper, tagHelperContext);
453
CacheTagKey
key1;
459
CacheTagKey
key2;
485
CacheTagKey
key1;
491
CacheTagKey
key2;
517
CacheTagKey
key1;
518
CacheTagKey
key2;