Skip to content

Commit 491e435

Browse files
committed
Minor tweak
1 parent 9c9c175 commit 491e435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

http_cache.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ Thanks to this new code, your HTTP response will have the following header:
241241
242242
.. tip::
243243

244-
When both are used, the cache headers defined in the controller take precedence over those configured with the `#[Cache]` attribute.
244+
When both are used, the cache headers defined in the controller take
245+
precedence over those configured with the ``#[Cache]`` attribute.
245246

246247
This tells your HTTP reverse proxy to cache this response for 3600 seconds. If *anyone*
247248
requests this URL again before 3600 seconds, your application *won't* be hit at all.

0 commit comments

Comments
 (0)