File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ This method allows you to namespace cached items by transparently prefixing thei
114114
115115In this example, the cache item uses the ``dashboard_data `` key, but it will be
116116stored internally under a namespace based on the current user ID. This is handled
117- automatically, so you **don’ t ** need to manually prefix keys like ``user-27.dashboard_data ``.
117+ automatically, so you **don' t ** need to manually prefix keys like ``user-27.dashboard_data ``.
118118
119119There are no guidelines or restrictions on how to define cache namespaces.
120120You can make them as granular or as generic as your application requires:
@@ -130,7 +130,7 @@ You can make them as granular or as generic as your application requires:
130130
131131.. tip ::
132132
133- You can even combine cache namespaces with :ref: `cache tags <cache-using-cache-tags >`
133+ You can combine cache namespaces with :ref: `cache tags <cache-using-cache-tags >`
134134 for more advanced needs.
135135
136136There is no built-in way to invalidate caches by namespace. Instead, the recommended
You can’t perform that action at this time.
0 commit comments