Update middleware.md
parent
94fd6a62d2
commit
600c1afc4b
|
@ -34,7 +34,7 @@ Configure the application to use the middleware when processing requests. The sa
|
|||
The Response Caching Middleware only caches 200 (OK) server responses. Any other responses, including [error pages](xref:fundamentals/error-handling), will be ignored by the middleware.
|
||||
|
||||
>[!WARNING]
|
||||
> Responses containing content for authenticated clients must be marked as not cacheable to prevent the middleware from storing and serving those responses. See [Conditions for caching](#conditions-for-caching) for details on how the middleware determine if a response is cacheable.
|
||||
> Responses containing content for authenticated clients must be marked as not cacheable to prevent the middleware from storing and serving those responses. See [Conditions for caching](#conditions-for-caching) for details on how the middleware determines if a response is cacheable.
|
||||
|
||||
## Options
|
||||
The middleware offers two options for controlling response caching.
|
||||
|
|
Loading…
Reference in New Issue