Is there a way to control cache creation in apache ignite. I do not want the cache to be created on first access if it does not exist.
I want to explicitly create the cache first and allow any cache related operations on the cache. This is because we have many users sharing a cluster and want to have some sort of governance process over it. Any put or get operation on a non-existing cache should fail with an exception. Is there a way to achieve that with apache ignite. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-creation-before-making-any-operation-the-cache-tp14264.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
