I am new to hazecast, currently I am maintaining a system where I have scenario where I 2 cache [basically 2 maps in the single instance] Cache 1 and Cache2.
When my Hazelcast server comes up I and once Cache2 is loaded a listener is triggered. But Cache 1 is not yet loaded and the listener tries to read from Cache1 also which is a business requirment.
Is there anyway for me to find if the Cache1 is loaded at the trigger of listener or to block the triggering till cache1 is also loaded.