You can use withExpiryPolicy method to create different cache instances. Something like ignite.cache(name).withExpiryPolicy(plc1) ignite.cache(name).withExpiryPolicy(plc2)
On Sat, Oct 19, 2019, 15:51 李玉珏@163 <[email protected]> wrote: > Hi, > > How to use different ExpiryPolicy for different keys on the same cache? > >
