You're wrong. :-) Eviction is managed per node. A write operation on server A will
effect the eviction calculation on B (since the write replicates to B). But a read on A
does not effect the calculation on B, since B knows nothing about a read on A --
there's no message sent around the cluster saying "A just read /x" as that
would add too much overhead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077051#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...