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