이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.