Hi, On user operations use Ignite.cache instead of Ignite.getOrCreateCache. it will throw an exception if cache doesn't exist. Or, you can get list of cache names by Ignite.cacheNames().
Evgenii -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-creation-before-making-any-operation-the-cache-tp14264p14267.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
