13.3.2. Custom Cache Store Configuration (Library Mode)
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>
Important
Custom Cache Stores are not supported in JBoss Data Grid.