From 3b04b0bc9e29c2f9a079c3b822f24869f2b4dd05 Mon Sep 17 00:00:00 2001 From: Rias Date: Tue, 18 Jun 2024 09:22:36 +0200 Subject: [PATCH] Add documentation about store parameter on cache tag For https://github.com/statamic/cms/pull/10318 --- content/collections/tags/cache.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/collections/tags/cache.md b/content/collections/tags/cache.md index ee8d9c272..c5205d279 100644 --- a/content/collections/tags/cache.md +++ b/content/collections/tags/cache.md @@ -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 ---