1 instantiation of PageResponseCacheFilter
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\ResponseCacheFilterApplicationModelProvider.cs (1)
36context.PageApplicationModel.Filters.Add(new PageResponseCacheFilter(cacheProfile, _loggerFactory));
2 references to PageResponseCacheFilter
Microsoft.AspNetCore.Mvc.RazorPages (2)
Filters\PageResponseCacheFilter.cs (2)
18/// Creates a new instance of <see cref="PageResponseCacheFilter"/> 21/// <see cref="PageResponseCacheFilter"/>.</param>