1 write to Logger
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingContext.cs (1)
26
Logger
= logger;
25 references to Logger
Microsoft.AspNetCore.ResponseCaching (25)
ResponseCachingMiddleware.cs (3)
437
context.
Logger
.NotModifiedIfNoneMatchStar();
451
context.
Logger
.NotModifiedIfNoneMatchMatched(requestETag);
473
context.
Logger
.NotModifiedIfModifiedSinceSatisfied(modified, modifiedSince);
ResponseCachingPolicyProvider.cs (22)
19
context.
Logger
.RequestMethodNotCacheable(request.Method);
26
context.
Logger
.RequestWithAuthorizationNotCacheable();
43
context.
Logger
.RequestWithNoCacheNotCacheable();
52
context.
Logger
.RequestWithPragmaNoCacheNotCacheable();
73
context.
Logger
.ResponseWithoutPublicNotCacheable();
80
context.
Logger
.ResponseWithNoStoreNotCacheable();
87
context.
Logger
.ResponseWithNoCacheNotCacheable();
96
context.
Logger
.ResponseWithSetCookieNotCacheable();
104
context.
Logger
.ResponseWithVaryStarNotCacheable();
111
context.
Logger
.ResponseWithPrivateNotCacheable();
118
context.
Logger
.ResponseWithUnsuccessfulStatusCodeNotCacheable(response.StatusCode);
129
context.
Logger
.ExpirationExpiresExceeded(context.ResponseTime.Value, context.ResponseExpires.Value);
140
context.
Logger
.ExpirationSharedMaxAgeExceeded(age, context.ResponseSharedMaxAge.Value);
148
context.
Logger
.ExpirationMaxAgeExceeded(age, context.ResponseMaxAge.Value);
156
context.
Logger
.ExpirationExpiresExceeded(context.ResponseTime.Value, context.ResponseExpires.Value);
176
context.
Logger
.ExpirationMinFreshAdded(minFresh.Value);
186
context.
Logger
.ExpirationSharedMaxAgeExceeded(age, cachedSharedMaxAge.Value);
205
context.
Logger
.ExpirationMustRevalidate(age, lowestMaxAge.Value);
216
context.
Logger
.ExpirationInfiniteMaxStaleSatisfied(age, lowestMaxAge.Value);
223
context.
Logger
.ExpirationMaxStaleSatisfied(age, lowestMaxAge.Value, requestMaxStale.Value);
227
context.
Logger
.ExpirationMaxAgeExceeded(age, lowestMaxAge.Value);
237
context.
Logger
.ExpirationExpiresExceeded(context.ResponseTime.Value, expires);