Great to know. Thanks! > On 14 Dec, 2016, at 10:49 AM, vkulichenko [via Apache Ignite Users] > <[email protected]> wrote: > > 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 > > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Are-IgniteCache-instances-thread-safe-tp9537p9540.html > > <http://apache-ignite-users.70518.x6.nabble.com/Are-IgniteCache-instances-thread-safe-tp9537p9540.html> > To unsubscribe from Are IgniteCache instances thread-safe?, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=9537&code=anNqdW5rZW1haWw3M0BnbWFpbC5jb218OTUzN3w1NjQzNTc4Mjg=>. > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Are-IgniteCache-instances-thread-safe-tp9537p9541.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
