When starting an Ignite server I check if a cache exists if not create it and then call loadcache. Now I'm confused over what happens in a cluster where I have 5 server nodes, as all of them will do the same thing potentially the cache will loaded multiple times? If so how does one only load it once?
Any help greatly appreciated. Ron.