此内容没有您所选择的语言版本。
9.5. Strategies
This section discusses different patterns of combining different cache loader types and configuration options to achieve specific outcomes.
9.5.1. Local Cache With Store 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
This is the simplest case. We have a JBoss Cache instance, whose cache mode is
LOCAL
, therefore no replication is going on. The cache loader simply loads non-existing elements from the store and stores modifications back to the store. When the cache is started, depending on the preload
element, certain data can be preloaded, so that the cache is partly warmed up.