Skip to content

Commit f1de325

Browse files
Removes incomplete quoteblock [skip ci]
1 parent 554312c commit f1de325

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ use App\Models\Article;
133133
Article::latest('published_at')->take(200)->cache([5, 300])->get();
134134
```
135135

136-
> [!WARN]
137-
>
138-
> When using stale revalidation,
139-
140136
## Forgetting results with a key
141137

142138
Cache keys are used to identify multiple queries cached with an identifiable name. These are not mandatory, but if you expect to remove a query from the cache, you will need to identify the query with the `key` argument.

0 commit comments

Comments
 (0)