It would certainly re-add the object in the cache - in your eviction listener you are doing a cache.get() again which will trigger a VISIT event. :-)
What are you trying to do in your eviction listener anyway? The actual eviction is handled by the eviction policy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172400#4172400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172400 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
