A clustered cache loader, if unable to find the result, will cause the chaining 
cache loader to consult the next cache loader in the chain, and load from disk.

The benefit is *only* so that you don't need to rely on a state transfer to 
transfer initial state, but instead load this lazily using a CCL.

The other reason for using a CCL is if you don't want any replication at all - 
i.e., caches are configured as LOCAL, but use a shared database as a cache 
loader.  This way, you could use a CCL as well to prevent overloading your 
shared DB.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084411#4084411

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084411
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to