I guess I’m still not clear why you need to explicitly remove them from memory.
By virtue of using native persistence, they’re already on disk. If you load new data, the old entries will eventually be flushed from memory (but remain on disk). What do you gain by removing entries from memory at a specific time? Regards, Stephen > On 19 Jan 2021, at 06:02, Naveen <[email protected]> wrote: > > Hi Stephen > > on the same mail chain, we also data like OTP (one time passwds) which are > no relevant after a while, but we dont want to expire or delete them, just > get them flushed to disk, like wise we do have other requirements where data > is very relevant only for a certain duration, later on its not important. > Thats the whole idea of exploring eviction policies > > Naveen > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
