Hi,
On the following page:
https://apacheignite-net.readme.io/docs/expiry-policies
It seems that the document is wrong?
在 2019/10/19 下午9:24, Aleksandr Shapkin 写道:
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 <18624049...@163.com
<mailto:18624049...@163.com>> wrote:
Hi,
How to use different ExpiryPolicy for different keys on the same
cache?