此内容没有您所选择的语言版本。
8.2. Write-Through Caching
8.2.1. About Write-Through Caching 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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.