From c89c3d0009aa35472c1a3282b08c0ab1c794e8b0 Mon Sep 17 00:00:00 2001 From: Paras Malhotra Date: Tue, 17 Nov 2020 15:31:12 +0530 Subject: [PATCH 1/2] [8.x] Add file locks to docs --- cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.md b/cache.md index 39ed902f7c..464803731e 100644 --- a/cache.md +++ b/cache.md @@ -280,7 +280,7 @@ In contrast, this statement would remove only caches tagged with `authors`, so ` ## 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`, `dynamodb`, `redis`, `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. ### Driver Prerequisites From e0590eca33598ee61ab6017c388f049f2fa654b1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 17 Nov 2020 07:55:41 -0600 Subject: [PATCH 2/2] Update cache.md --- cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.md b/cache.md index 464803731e..dd648a729d 100644 --- a/cache.md +++ b/cache.md @@ -280,7 +280,7 @@ In contrast, this statement would remove only caches tagged with `authors`, so ` ## Atomic Locks -> {note} To utilize this feature, your application must be using the `memcached`, `dynamodb`, `redis`, `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. +> {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. ### Driver Prerequisites