CacheConfiguration<Long, ArrayList&lt;RwaDTO>> cacheCfg = new
CacheConfiguration<>(cacheName);
                cacheCfg.setStartSize(startSize);
                cacheCfg.setCacheMode(CacheMode.LOCAL);
                cacheCfg.setIndexedTypes(Long.class,ArrayList.class);
        
cacheCfg.setCacheStoreFactory(FactoryBuilder.factoryOf(*ExistingOrReplenishCacheLoadOnlyStore3.class*));

                Ignite ignite = Ignition.ignite();
                extOrRepCache = ignite.createCache(cacheCfg);

                *extOrRepCache.loadCache(null, asOf, datasetId, scenId, sql,
Boolean.valueOf(replenishFlag), startSize);*




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Missing-records-Ignite-cache-size-grows-tp10809p10877.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to