Ce contenu n'est pas disponible dans la langue sélectionnée.
8.3. Write-Behind Caching
8.3.1. About Write-Behind Caching Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
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 houses stale data when compared to the cache.