Hello,

By thick client I mean "not by thin client" (sorry for the confusion), i.e.
by client node, by server node, by xml configuration, etc.

вт, 26 мая 2020 г. в 12:49, kay <goek...@gmail.com>:

> 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