6 references to GetMemoryCacheEntryOptions
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
94
var options =
GetMemoryCacheEntryOptions
();
Microsoft.AspNetCore.Mvc.TagHelpers.Test (5)
CacheTagHelperTest.cs (5)
202
var cacheEntryOptions = cacheTagHelper.
GetMemoryCacheEntryOptions
();
262
var cacheEntryOptions = cacheTagHelper.
GetMemoryCacheEntryOptions
();
280
var cacheEntryOptions = cacheTagHelper.
GetMemoryCacheEntryOptions
();
298
var cacheEntryOptions = cacheTagHelper.
GetMemoryCacheEntryOptions
();
316
var cacheEntryOptions = cacheTagHelper.
GetMemoryCacheEntryOptions
();