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