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 <taylor@laravel.com>
This commit is contained in:
parent
d8f0e93c56
commit
9ffc18aa42
|
@ -99,9 +99,9 @@
|
|||
| 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.
|
||||
|
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue