From 9ffc18aa427450c14026596024f36155c93c4707 Mon Sep 17 00:00:00 2001 From: Jack Ellis Date: Mon, 21 Mar 2022 17:35:38 -0500 Subject: [PATCH] The comment for cache key prefix needed an update (#5849) * The comment for cache key prefix needed an update * formatting Co-authored-by: Taylor Otwell --- config/cache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cache.php b/config/cache.php index 0ad5c740..33bb2954 100644 --- a/config/cache.php +++ b/config/cache.php @@ -99,9 +99,9 @@ return [ | Cache Key Prefix |-------------------------------------------------------------------------- | - | When utilizing a RAM based store such as APC or Memcached, there might - | be other applications utilizing the same cache. So, we'll specify a - | value to get prefixed to all our keys so we can avoid collisions. + | When utilizing the APC, database, memcached, Redis, or DynamoDB cache + | stores there might be other applications using the same cache. For + | that reason, you may prefix every cache key to avoid collisions. | */