Hi, 1. Is the difference between "evict" and "clear" that "evict" will remove entries from cache, but will move them to off-heap or swap if configured, and "clear" will remove entries from the cache as well as off-heap memory and swap storage?
2. On IgniteCache, there are "clear" and "localClear" APIs. However, there is only a localEvict API, but no (global) "evict". Does the localEvict method actually only evict entries in the local node? Is there a way to do global evict? Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteCache-evict-vs-clear-tp1552.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
