Este conteúdo não está disponível no idioma selecionado.
8.2. Write-Through Caching
8.2.1. About Write-Through Caching Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
The Write-Through (or Synchronous) mode in JBoss Data Grid ensures that when clients update a cache entry (usually via a
Cache.put()
invocation), the call does not return until JBoss Data Grid has located and updated the underlying cache store. This feature allows updates to the cache store to be concluded within the client thread boundaries.