Hi,

1. You can get the cache mode for a particular cache like this:

CacheMode mode =
cache.getConfiguration(CacheConfiguration.class).getCacheMode();

2. You can use invoke() with local cache like with any other cache. No need
for special handling with explicit locks.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/LOCAL-cache-and-EntryProcessor-tp7419p7422.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to