What do you mean by "clustered without replication"? You could try setting your
CacheMode to LOCAL, which is not clustered, and there won't be any replication.
Otherwise you could try setting it to INVALIDATION_SYNC or INVALIDATION_ASYNC in which
case the cache is "cluster-aware" and will invalidate state on remote caches
when local state changes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144424#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...