You understand it correctly. Currently you can not dynamically start cache from thin client with expiry policy. Still, you can configure static cache with whatever expiry policy you want, using Spring Config and then get it from the thin client. Would that do for you?
Best Regards, Igor On Thu, Jul 5, 2018 at 3:56 AM ysc751206 <[email protected]> wrote: > For exampe, in Interface ICache<TK, TV>, there is method called > WithExpiryPolicy(IExpiryPolicy) to create a cache with expiry policy. The > cached object will be outdated based on the expiry policy. > > But for Interface ICache​Client<TK, TV>, there is no corresponding method. > Please let me know if it is still not clear or I misunderstand something. > > Thanks, > Edison > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
