Skip to content

Commit c5c95ef

Browse files
authored
Merge pull request laravel#6717 from simasbut/8.x
[8.x] Add missing word 'be'.
2 parents e45c053 + a452830 commit c5c95ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a name="introduction"></a>
2626
## Introduction
2727

28-
Some of the data retrieval or processing tasks performed by your application could be CPU intensive or take several seconds to complete. When this is the case, it is common to cache the retrieved data for a time so it can retrieved quickly on subsequent requests for the same data. The cached data is usually stored in a very fast data store such as [Memcached](https://memcached.org) or [Redis](https://redis.io).
28+
Some of the data retrieval or processing tasks performed by your application could be CPU intensive or take several seconds to complete. When this is the case, it is common to cache the retrieved data for a time so it can be retrieved quickly on subsequent requests for the same data. The cached data is usually stored in a very fast data store such as [Memcached](https://memcached.org) or [Redis](https://redis.io).
2929

3030
Thankfully, Laravel provides an expressive, unified API for various cache backends, allowing you to take advantage of their blazing fast data retrieval and speed up your web application.
3131

0 commit comments

Comments
 (0)