From 0941df3f20b84218abd9e61654758c37f0192ae3 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Sun, 19 Apr 2020 17:54:22 +0300 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023d4b2..5733c07 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $bob = Kid::whereName('Bob')->cacheFor(60)->cacheTags(['kids'])->first(); ### Global Cache Invalidation -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. 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.