From 7580d1117174e371bf974d56931332fdb3317ef3 Mon Sep 17 00:00:00 2001 From: Vivek Jaiswal Date: Fri, 1 Oct 2021 14:45:58 +0530 Subject: [PATCH] Update ambiguity in Cache write-behind description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 266f8b16..1d45fdf3 100644 --- a/README.md +++ b/README.md @@ -1282,7 +1282,7 @@ Write-through is a slow overall operation due to the write operation, but subseq In write-behind, the application does the following: * Add/update entry in cache -* Asynchronously write entry to the data store, improving write performance +* Cache asynchronously writes entry to the data store, improving write performance ##### Disadvantage(s): write-behind