<!-- Cache configuration. -->
        <property name="cacheConfiguration">
            <list>
                <bean 
class="org.apache.ignite.configuration.CacheConfiguration">
                   …
                    <property name="cacheStoreFactory">
                        <bean 
class="javax.cache.configuration.FactoryBuilder$SingletonFactory">
                            <constructor-arg>
                                <bean 
class=«org.apache.ignite.cache.store.CacheStore">
                                   …                                    
                                </bean>
                            </constructor-arg>
                        </bean>
                    </property>
                   …
                </bean>
            </list>
         </property>

> 27 февр. 2015 г., в 13:32, Dmitriy Setrakyan <[email protected]> 
> написал(а):
> 
> Igniters,
> 
> Can someone let me know the example of how CacheStore can be configured via
> Spring XML file?
> 
> D.

Reply via email to