Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 19, 2020
1 parent 4da7098 commit 0941df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0941df3

Please sign in to comment.