[jboss-user] [JBossCache] - Re: Why ClusteredCacheLoader?

manik.surtani@jboss.com do-not-reply at jboss.com
Fri Sep 14 08:04:41 EDT 2007


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



More information about the jboss-user mailing list