Hello, > Can I just call `.loadCache(null)` again on my existing cache? CacheStore.loadCache() is generally used for loading the cache on startup, but it can be used at any point after the cache has been created.
> Will existing entries be overwritten (I need them to get overwritten). No, existing entries will not be overwritten. You can use DataStreamer [1] with allowOverwrite=true, or IgniteCache.putAll() [1] https://apacheignite.readme.io/docs/data-streamers Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
