此内容没有您所选择的语言版本。
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.