Hi Matt, I think you can use IgniteCache.loadCache() [1] in order to load all key-value pairs into the cache before running any job.
> For removeAll, I'm seeing that my cache store adapter only ever gets > called once (deleteAll) but the keys only ever have 1000 keys I've tried this use case and it works as expected. Could you please share cache configuration and clarify the size of your cache before IgniteCache.size(..)? [1] https://apacheignite.readme.io/docs/data-loading#ignitecacheloadcache Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
