Skip to content

Commit 4fa8bb8

Browse files
Ensure consistent formatting (#10293)
1 parent 0a322f9 commit 4fa8bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Thankfully, Laravel provides an expressive, unified API for various cache backen
2727
<a name="configuration"></a>
2828
## Configuration
2929

30-
Your application's cache configuration file is located at `config/cache.php`. In this file, you may specify which cache store you would like to be used by default throughout your application. Laravel supports popular caching backends like [Memcached](https://memcached.org), [Redis](https://redis.io), [DynamoDB](https://aws.amazon.com/dynamodb), and relational databases out of the box. In addition, a file based cache driver is available, while `array` and "null" cache drivers provide convenient cache backends for your automated tests.
30+
Your application's cache configuration file is located at `config/cache.php`. In this file, you may specify which cache store you would like to be used by default throughout your application. Laravel supports popular caching backends like [Memcached](https://memcached.org), [Redis](https://redis.io), [DynamoDB](https://aws.amazon.com/dynamodb), and relational databases out of the box. In addition, a file based cache driver is available, while `array` and `null` cache drivers provide convenient cache backends for your automated tests.
3131

3232
The cache configuration file also contains a variety of other options that you may review. By default, Laravel is configured to use the `database` cache driver, which stores the serialized, cached objects in your application's database.
3333

0 commit comments

Comments
 (0)