You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/collections/tags/cache.md
-35
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ parameters:
12
12
name: key
13
13
type: string
14
14
description: 'The cache key to be used, if you''d like to manually invalidate this tag pair programmatically.'
15
-
-
16
-
name: tags
17
-
type: string|array
18
-
description: 'The [cache tags](https://laravel.com/docs/9.x/cache#cache-tags) this section will be using, if you''d like to invalidate this pair programmatically. If you use this, do not also use `key`.'
19
15
-
20
16
name: scope
21
17
type: 'string'
@@ -166,37 +162,6 @@ class EventServiceProvider
166
162
Invalidating by `key` won't work if you're using tags. In that case, you should invalidate by flushing the tag.
167
163
:::
168
164
169
-
### Tag
170
-
171
-
By specifying `tags`, you can invalidate it programmatically. You must be using a cache driver that supports [tags](https://laravel.com/docs/8.x/cache#cache-tags), like Redis or Memcached.
0 commit comments