This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: restrict number of elementsmanik May 24, 2006 12:32 PM (in response to babuchelat)You cannot evict based on number of elements in a node at this stage. We don't foresee this as being a feature in the near future although you are welcome to make a feature request for this on jira.jboss.com and see if it gains sufficient votes. 
 If you wish to check the number of elements in a node, you can use Cache.get("/fqn") which will return a Node, which can be used to get the number of elements.
 
    