[jboss-user] [JBossCache] - Re: JBC 1.4.1SP replication problems

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Nov 13 13:36:11 EST 2007


You could create your own class:

  | MyCacheLoader extends ClusteredCacheLoader implements ExtendedCacheLoader
  | { ... }
  | 

and implement the ExtendedCacheLoader methods as no-ops (or returning a 0-byte array for loadState).

ClusteredCacheLoaders should not participate in loading/storing state.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104273



More information about the jboss-user mailing list