Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b8a58c

Browse filesBrowse files
committed
Fix a minor synmtax issue
1 parent e228ab6 commit 4b8a58c
Copy full SHA for 4b8a58c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎components/cache.rst

Copy file name to clipboardExpand all lines: components/cache.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stored internally under a namespace based on the current user ID. This is handle
117117
automatically, so you **don't** need to manually prefix keys like ``user-27.dashboard_data``.
118118

119119
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:
120+
You can make them as granular or as generic as your application requires::
121121

122122
$localeCache = $cache->withSubNamespace($request->getLocale());
123123

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.