Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

When will CacheLoader.loadAll() get invoked?

user639604Aug 17 2010 — edited Aug 18 2010
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
This post has been answered by drakitine on Aug 17 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2010
Added on Aug 17 2010
2 comments
1,516 views