此内容没有您所选择的语言版本。
8.3. Write-Behind Caching
8.3.1. About Write-Behind Caching 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
In JBoss Data Grid's Write-Behind (Asynchronous) mode, cache updates are asynchronously written to the cache store. Asynchronous updates ensure that cache store updates are carried out by a thread different from the client thread interacting with the cache.
One of the foremost advantages of the Write-Behind mode is that the cache operation performance is not affected by the underlying store update. However, because of the asynchronous updates, for a brief period the cache store contains stale data compared to the cache.