[jboss-user] [JBoss Cache] New message: "Re: How to evict a node when all its children have been evicted?"

Nicolas Filotto do-not-reply at jboss.com
Mon Feb 1 04:39:58 EST 2010


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




More information about the jboss-user mailing list