anonymous wrote : 
  | Now if i want to remove any node, is there any way the eviction policy can 
remove the node from the in-memory cache as well as the persistant storage ? 
  | 

Removing and evicting are different things.  

Eviction only happens to the in-memory state.

Removing happens to both the in-memory state as well as the persistent storage.

So, if you were to remove a node, even if the node is NOT in memory, it will 
still be removed from persistent storage.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025761
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to