Hi Satya, Read-through means that cache.get() operation will make an attempt to load value from the persistence store if it doesn't exist in cache. Write-through means that any cache update (put, remove, ...) will be delegated to the store.
Can you please clarify what cache operations you execute and what behavior you expect? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-refresh-from-persistent-store-question-tp2078p2082.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
