I had to remove all the caches from ignite config file:
<property name="cacheConfiguration">
<list>
</list>
</property>
This ensures that none of the caches loaded by JCache are created using
ignite API.
If I programmatically create cache and then add items to those caches, I
don't get JCacheMetrics error.
cacheManager.createCache( "myCache", new MutableConfiguration<>());
But, this means I can't configure these caches using Ignite's cache settings
from the ignite config file.
I am missing something here. Could you please help?
Thanks.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/