Hi, There is no specific parameters that you should enable additionally in order to make a local cache workable.
Please share the stack trace of your NullPointerException (NPE). I want to see an exact location that generates it. Currently I have a feeling that this code 'endDatesCache.get(asOfDate)' returns 'null' for 'asOfDate' key. And since the full line looks like endDatesCache.get(asOfDate).size() you get NPE. Are you sure that your cache is populated and there is a value for 'asOfDate' key in it? -- Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOCAL-CACHE-MODE-Configuration-settings-tp1875p1888.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
