We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d9851 commit 001465fCopy full SHA for 001465f
README.md
@@ -289,7 +289,7 @@ fetch_user({'name': 'Sam Jones'})
289
# In any of your services
290
291
# Given that your key_prefix is same everywhere,
292
-# it will invalidate all function calls where in your platform where it returned user with ID of 1.
+# it will invalidate all function calls in your platform where it returned user with ID of 1.
293
# see @cache.invalidates for more
294
cache.invalidate("user", 1)
295
0 commit comments