Skip to content

Commit

Permalink
[8.x] Add file locks to docs (#6577)
Browse files Browse the repository at this point in the history
* [8.x] Add file locks to docs

* Update cache.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
paras-malhotra and taylorotwell committed Nov 17, 2020
1 parent cc7d09a commit 8b5301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.md
Expand Up @@ -280,7 +280,7 @@ In contrast, this statement would remove only caches tagged with `authors`, so `
<a name="atomic-locks"></a>
## Atomic Locks

> {note} To utilize this feature, your application must be using the `memcached`, `dynamodb`, `redis`, `database`, or `array` cache driver as your application's default cache driver. In addition, all servers must be communicating with the same central cache server.
> {note} To utilize this feature, your application must be using the `memcached`, `redis`, `dynamodb`, `database`, `file`, or `array` cache driver as your application's default cache driver. In addition, all servers must be communicating with the same central cache server.
<a name="lock-driver-prerequisites"></a>
### Driver Prerequisites
Expand Down

0 comments on commit 8b5301c

Please sign in to comment.