Hi, I'm testing the persist store function, it works correctly, but I had to call the loadCache function manually in a Java app. can I realize this in configuration file? this way might save a lot of time.
Thank you. <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www......> <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration"> <property name="peerClassLoadingEnabled" value="true"/> <property name="cacheConfiguration"> <list> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="personCache"></property> *<property name="loadCacheWhenStart" value="true" />* ...... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
