Re: Difference between cache.clear() versus cache.remove()

2016-12-14 Thread vkulichenko
clear() only removes entries from in-memory cache. remove() is full-pledged update operation, which does write-through, can be enlisted in transaction, guarantees consistency, etc. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Difference-between-cache-cle

Difference between cache.clear() versus cache.remove()

2016-12-14 Thread styriver
Hello what is the difference between cache.clear() versus cache.remove()? Reviewing developer posts I see that the behavior of .clear() might be changing in 1.9. We are using the newest 1.8 release right now. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com