[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-18 Thread [EMAIL PROTECTED]
Or even the ClusteredCacheLoader will help - the CCL lazily loads entries from its neighbours if it is needed and cannot be found locally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177444#4177444 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-09 Thread mircea.markus
anonymous wrote : If I'm not using a persistent store, how do I leverage the invalidation to find a valid entry elsewhere in the cluster? Take a look at TcpDelegatingCacheLoader, looks like this would solve your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-05 Thread shulok
Thanks for the reply, Manik. I guess I was assuming too much, then. When the entry is invalidated, I thought the cache would see this the next time the entry is referenced, and get an updated entry from another cache in the cluster (presumably one that has a non-invalidated entry). If I'm not

[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-02 Thread [EMAIL PROTECTED]
Well, that's what invalidation does. :-) No replication at all, just invalidates keys that have changed on remote instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173711#4173711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post