If you use a cache store, and change values in the underlying database, then they won't be propagated to Ignite, and old values will be used. There is no mechanism, that can notify the cache about updates on the 3rd-party DB. But if you didn't have this value in the cache, and read-through <https://apacheignite.readme.io/docs/3rd-party-store#section-read-through-and-write-through> is enabled, then it will be loaded on the next access.
Denis ср, 29 авг. 2018 г. в 12:05, luqmanahmad <[email protected]>: > anyone from anyone would be highly appreciated > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
