Thanks Manik, I was able to find out on configuring RemoveOnEvictActionPolicy. it is as
follows
<region name="/org/jboss/data2"
actionPolicyClass="org.jboss.cache.eviction.RemoveOnEvictActionPolicy">
| 27 <attribute name="maxNodes">5</attribute>
<property name="maxNodes" value="5"/>
| 28 <attribute name="timeToLive">4000</attribute>
<property name="timeToLive" value="4000"/>
| 29 </region> </region>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217324#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...