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
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