이 콘텐츠는 선택한 언어로 제공되지 않습니다.
13.3.2. Enable Shared Cache Loaders
Library Mode
In JBoss Data Grid's Library mode, toggle cache loader sharing using the shared parameter within the loader element. This parameter is set to FALSE as a default. Enable cache loader sharing by setting the shared parameter to TRUE.
Remote Client-Server Mode
In JBoss Data Grid's Remote Client-Server mode, toggle cache loader sharing using the shared parameter within the store element. This parameter is set to FALSE as a default. Enable cache loader sharing by setting the shared parameter to TRUE. For example:
<jdbc-store shared="true">
...
</jdbc-store>