From 8b5301cefb8e8d1d27549e80c332e95c387f21f7 Mon Sep 17 00:00:00 2001 From: Paras Malhotra Date: Tue, 17 Nov 2020 19:25:58 +0530 Subject: [PATCH] [8.x] Add file locks to docs (#6577) * [8.x] Add file locks to docs * Update cache.md Co-authored-by: Taylor Otwell --- cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.md b/cache.md index 39ed902f7c..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`, 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