Hi all, Is there any possibility for this to happen ? We're using Ignite 1.9.0
Following is the code we use to obtain the cache. And we call this line for every cache operation(unintentionally), but wanted to know if following line can return a null cache instance under any circumstance. Cache<String, String> cache = getOrCreateCache(CACHE_NAME,CreatedExpiryPolicy.factoryOf(new Duration(TimeUnit.SECONDS, 300)));
