Hi,
I think I could've discovered it if the javadocs for IgniteCache.invoke(...)
had mentioned it. Right now, it's just referencing the JCache documentation,
which says
> If an {@link javax.cache.Cache.Entry} does not exist for the specified
> key, an attempt is made to load it (if a loader is configured)
Since I had configured the loader (I set a CacheStore), I was expecting it
to just work.
But Ignite doesn't mention anything about the cache configuration.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Cache-read-through-when-invoking-EntryProcessor-tp1557p1566.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.