In GenericCache.java we are getting nullpointer exception at future.get(). We are calling createFutureIfAbsent() method and it is returning key value after that we are doing future.get() why it is going to nullpointerexception could please help on this
In GenericCache.java we are getting nullpointer exception at future.get(). We are calling createFutureIfAbsent() method and it is returning key value after that we are doing future.get() why it is going to nullpointerexception could please help on this