Hi, I think you should create separate caches for different apps. E.g., data for App1 is stored in app1_cache and data for App2 is stored in app2_cache. If App1 uses only app1_cache, it will never get access data in app2_cache, and other way around.
Will this work for you? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/data-isolation-tp670p672.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
