Hi, When I invoke an entry processor on a particular cache key, it doesn't read through to the persistence store to retrieve the value if it doesn't exist in the cache. Should I be expected to do a cache.get(key) before doing cache.invoke(key, entryProcessor)?
Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-read-through-when-invoking-EntryProcessor-tp1557.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
