What does the *getOrCreateCache* method do internally? Denis
ср, 29 авг. 2018 г. в 5:52, HEWA WIDANA GAMAGE, SUBASH < [email protected]>: > 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))); > > > > >
