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