You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
formatString:"The age of the entry is {Age} and has exceeded the maximum age for shared caches of {SharedMaxAge} specified by s-maxage.");
69
+
formatString:"The age of the entry is {Age} and has exceeded the maximum age for shared caches of {SharedMaxAge} specified by the 's-maxage' cache directive.");
formatString:"The age of the entry is {Age} and has exceeded the maximum age of {MaxAge} specified by max-age. It must be revalidated becauses must-revalidate is specified.");
73
+
formatString:"The age of the entry is {Age} and has exceeded the maximum age of {MaxAge} specified by the 'max-age' cache directive. It must be revalidated because the 'must-revalidate' cache directive is specified.");
formatString:"The age of the entry is {Age} and has exceeded the maximum age of {MaxAge} specified by max-age. However, it satisfied the maximum stale allowance of {MaxStale} specified by max-stale.");
77
+
formatString:"The age of the entry is {Age} and has exceeded the maximum age of {MaxAge} specified by the 'max-age' cache directive. However, it satisfied the maximum stale allowance of {MaxStale} specified by the 'max-stale' cache directive.");
formatString:$"The response time of the entry is {{ResponseTime}} and has exceeded the expiry date of {{Expired}} specified by the {HeaderNames.Expires} header.");
85
+
formatString:$"The response time of the entry is {{ResponseTime}} and has exceeded the expiry date of {{Expired}} specified by the '{HeaderNames.Expires}' header.");
formatString:$"The content requested has not been modified. The ETag {{ETag}} in the {HeaderNames.IfNoneMatch} header matched the ETag of a cached entry.");
121
+
formatString:$"The content requested has not been modified. The ETag {{ETag}} in the '{HeaderNames.IfNoneMatch}' header matched the ETag of a cached entry.");
formatString:$"The content requested has not been modified. The last modified date of {{LastModified}} is before the date {{IfUnmodifiedSince}} specified in the {HeaderNames.IfUnmodifiedSince} header.");
125
+
formatString:$"The content requested has not been modified. The last modified date of {{LastModified}} is before the date {{IfUnmodifiedSince}} specified in the '{HeaderNames.IfUnmodifiedSince}' header.");
126
126
_logNotModifiedServed=LoggerMessage.Define(
127
127
logLevel:LogLevel.Information,
128
128
eventId:21,
129
129
formatString:"The content requested has not been modified.");
130
130
_logCachedResponseServed=LoggerMessage.Define(
131
131
logLevel:LogLevel.Information,
132
132
eventId:22,
133
-
formatString:"Serving response from cache");
133
+
formatString:"Serving response from cache.");
134
134
_logGatewayTimeoutServed=LoggerMessage.Define(
135
135
logLevel:LogLevel.Information,
136
136
eventId:23,
137
-
formatString:"No cached response available for this request and the only-if-cached cache directive was specified.");
137
+
formatString:"No cached response available for this request and the 'only-if-cached' cache directive was specified.");
0 commit comments