File tree 1 file changed +2
-2
lines changed
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
114
114
115
115
In this example, the cache item uses the ``dashboard_data `` key, but it will be
116
116
stored 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 ``.
118
118
119
119
There are no guidelines or restrictions on how to define cache namespaces.
120
120
You 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:
130
130
131
131
.. tip ::
132
132
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 >`
134
134
for more advanced needs.
135
135
136
136
There 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