5 references to CacheTagHelperOptions
Microsoft.AspNetCore.Mvc.TagHelpers (5)
CacheTagHelperMemoryCacheFactory.cs (3)
10/// A factory for <see cref="IMemoryCache"/>s configured using <see cref="CacheTagHelperOptions"/>. 18/// <param name="options">The <see cref="CacheTagHelperOptions"/> to apply to the <see cref="Cache"/>.</param> 19public CacheTagHelperMemoryCacheFactory(IOptions<CacheTagHelperOptions> options)
DependencyInjection\TagHelperExtensions.cs (2)
35public static IMvcBuilder AddCacheTagHelperLimits(this IMvcBuilder builder, Action<CacheTagHelperOptions> configure) 51public static IMvcCoreBuilder AddCacheTagHelperLimits(this IMvcCoreBuilder builder, Action<CacheTagHelperOptions> configure)