Minor tweak

This commit is contained in:
Javier Eguiluz
2025-11-25 08:11:45 +01:00
parent 9c9c175296
commit 491e435564

View File

@@ -241,7 +241,8 @@ Thanks to this new code, your HTTP response will have the following header:
.. tip::
When both are used, the cache headers defined in the controller take precedence over those configured with the `#[Cache]` attribute.
When both are used, the cache headers defined in the controller take
precedence over those configured with the ``#[Cache]`` attribute.
This tells your HTTP reverse proxy to cache this response for 3600 seconds. If *anyone*
requests this URL again before 3600 seconds, your application *won't* be hit at all.