2 writes to Cache
Microsoft.AspNetCore.Mvc.TagHelpers (2)
CacheTagHelperMemoryCacheFactory.cs (2)
21
Cache
= new MemoryCache(new MemoryCacheOptions
31
Cache
= cache;
2 references to Cache
Microsoft.AspNetCore.Mvc.TagHelpers (2)
CacheTagHelper.cs (1)
46
MemoryCache = factory.
Cache
;
CacheTagHelperMemoryCacheFactory.cs (1)
18
/// <param name="options">The <see cref="CacheTagHelperOptions"/> to apply to the <see cref="
Cache
"/>.</param>