5 references to GetDistributedCacheEntryOptions
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DistributedCacheTagHelper.cs (1)
63
content = await _distributedCacheService.ProcessContentAsync(output, cacheKey,
GetDistributedCacheEntryOptions
());
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
DistributedCacheTagHelperTest.cs (4)
264
var cacheEntryOptions = cacheTagHelper.
GetDistributedCacheEntryOptions
();
287
var cacheEntryOptions = cacheTagHelper.
GetDistributedCacheEntryOptions
();
313
var cacheEntryOptions = cacheTagHelper.
GetDistributedCacheEntryOptions
();
339
var cacheEntryOptions = cacheTagHelper.
GetDistributedCacheEntryOptions
();