We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e228ab6 commit 4b8a58cCopy full SHA for 4b8a58c
components/cache.rst
@@ -117,7 +117,7 @@ stored internally under a namespace based on the current user ID. This is handle
117
automatically, so you **don't** need to manually prefix keys like ``user-27.dashboard_data``.
118
119
There are no guidelines or restrictions on how to define cache namespaces.
120
-You can make them as granular or as generic as your application requires:
+You can make them as granular or as generic as your application requires::
121
122
$localeCache = $cache->withSubNamespace($request->getLocale());
123
0 commit comments