Hi,

Yes, all Ignite APIs including IgniteCache are thread safe and it's OK to
use it concurrently from multiple threads. Actually, calling Ignite.cache()
method does not create a new instance, but returns an existing one, so you
will end reusing the same instance anyway.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Are-IgniteCache-instances-thread-safe-tp9537p9540.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to