Re: read through cache refresh

2018-05-17 Thread Andrey Mashenkov
Hi, When your data in back store has been changed, you should clear cache to force ignite forget outdated data. Yes cache.clear() will be enough. If you find this method slow and you have a large dataset, then you can try to destroy and recreate a cache instead. Cache will not blocked during

read through cache refresh

2018-05-16 Thread yonggu.lee
I have an ignite cache with hbase read-through. Data is fully reconstructed on a daily basis on the underlying hbase table. My question is, when the hbase table is totally changed, calling cache.clear() is enough to get the latest data? And, during processing cache.clear(), all reads to the