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>
<jdbc-store shared="true">
...
</jdbc-store>