이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 10. Cache Stores and Cache Loaders
10.1. About Cache Stores 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The cache store connects JBoss Data Grid to the persistent data store. The cache store is used to:
- fetch data from the data store when a copy is not in the cache.
- push modifications made to the data in cache back to the data store.
Caches that share the same cache manager can have different cache store configurations, as cache stores are associated with individual caches.