Sam,
NearCacheConfiguration has nearEvictionPolicy property that you can use:
<property name="nearConfiguration">
<bean class="org.apache.ignite.configuration.NearCacheConfiguration">
<property name="nearEvictionPolicy">
<bean
class="org.apache.ignite.cache.eviction.lru.LruEvictionPolicy">
<property name="maxSize" value="10000"/>
</bean>
</property>
</bean>
</property>
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Near-Cache-tp7033p7070.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.