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 4da7098 commit 0941df3Copy full SHA for 0941df3
README.md
@@ -92,7 +92,7 @@ $bob = Kid::whereName('Bob')->cacheFor(60)->cacheTags(['kids'])->first();
92
93
### Global Cache Invalidation
94
95
-To invalidate all the cache for a specific model, use the `flushQueryCache` method without any additional parameter.
+To invalidate all the cache for a specific model, use the `flushQueryCache` method without passing the tags.
96
97
The package automatically appends a list of tags, called **base tags** on each query coming from a model. It defaults to the full model class name.
98
0 commit comments