Thank you so much for reply.

I used xml config file for cache Expirypolicy at server node
like 

<property name="expiryPolicyFactory">
        <bean class="javax.cache.expiry.ModifiedExpiryPolicy"
factory-method="factoryOf">
            <constructor-arg>
                <bean class="javax.cache.expiry.Duration">
                    <constructor-arg value="MINUTES"/>
                    <constructor-arg value="60"/>
                </bean>
            </constructor-arg>
        </bean>
    </property>

it is thick client define?
what is exactly think client mean?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to