diff --git a/assets/config.php b/assets/config.php index 609a66f1..999bdc90 100644 --- a/assets/config.php +++ b/assets/config.php @@ -188,7 +188,7 @@ return [ */ 'cache' => [ 'tag_base' => 'tenant', // This tag_base, followed by the tenant_id, will form a tag that will be applied on each cache call. - 'prefix_base' => 'tenant_' // this prefix_base, followed by the tenant_id, will form a cache prefix that will be applied on each cache call + 'prefix_base' => 'tenant_', // This prefix_base, followed by the tenant_id, will form a cache prefix that will be used for every cache key. ], /**