"bstansberry(a)jboss.com" wrote : Hmm -- if I do this
|
| cache.put(Fqn.fromString("/a/really/deeply/nested/node", "key",
"value")
|
| and all the higher level nodes already exist, are any eviction events generated for
"/a", "/a/really", "/a/really/deeply",
"/a/really/deeply/nested"?
No. :-)
There is merit to suppressing the construction of the EvictedEventNode if it is not needed
though - perhaps Region.putNodeEvent() should look like:
| Region.putNodeEvent(Fqn fqn, NodeEventType type, int elementDifference)
|
and the region can construct the EvictedEventNode if needed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169663#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...