Skip to content

Commit

Permalink
Add documentation about store parameter on cache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Jun 18, 2024
1 parent 047e290 commit 3b04b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/collections/tags/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ parameters:
name: scope
type: 'string'
description: 'Sets the [cache scope](#scope). Three possible values: `site`, `page` or `user`. Has no effect when using the `key` parameter.'
-
name: store
type: 'string'
description: 'Sets the [cache store](https://laravel.com/docs/cache#accessing-multiple-cache-stores) the cache tag uses to store and retrieve the cached values.'
stage: 4
id: 1d0d2d1f-734b-4360-af7a-6792bf670bc7
---
Expand Down

0 comments on commit 3b04b0b

Please sign in to comment.