When will CacheLoader.loadAll() get invoked?
I was playing with CacheLoader a little bit.
Even if I do a NamedCache.getAll() with a collection of 100 keys, it still doing 100 CacheLoader.load() operations instead of loadAll().
When will CacheLoader.loadAll() operation get triggered? Anyway to force Coherence to call loadAll() on CacheLoader implementation in above case?
Regards,
Chen