1 reference to IsCacheableRequestMethod
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
87
if (!cacheView.Enabled || !
IsCacheableRequestMethod
(httpContext.Request.Method) || cacheView.IsInStreamingContext)