User development,
A new message was posted in the thread "How to evict a node when all its children
have been evicted?":
http://community.jboss.org/message/523279#523279
Author : Nicolas Filotto
Profile :
http://community.jboss.org/people/nfilotto
Message:
--------------------------------------------------------------
Hi Nikolay,
To avoid going through the interceptor chain, the line
>> Set<Object> names = cache.getChildrenNames(parentFqn);
<<<
could be replaced with
>> Set<Object> names =
((CacheSPI)cache).getNode(parentFqn).getChildrenNamesDirect(); <<<
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523279#523279