The following is a sample configuration for a custom cache store in Red Hat JBoss Data Grid's Library mode:
<persistence>
<store class="org.infinispan.custom.CustomCacheStore"
preload="true"
shared="true">
<properties>
<property name="customStoreProperty"
value="10" />
</properties>
</store>
</persistence>
<persistence>
<store class="org.infinispan.custom.CustomCacheStore"
preload="true"
shared="true">
<properties>
<property name="customStoreProperty"
value="10" />
</properties>
</store>
</persistence>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow