Merge 7580d11171
into 40d5d2edcc
commit
69e8ca6509
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue