Im using CacheStoreAdapter to load my tables from a database into ignite cache. I need to update the cache periodically during runtime (no downtime allowed). Can I just call `.loadCache(null)` again on my existing cache? Will existing entries be overwritten (I need them to get overwritten).
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
