If you have <invalidate-on-change> turned off, then you might be
reading an entry which is updated seconds ago.
If you have <invalidate-on-change> turned on, then invalidation
messages will be sent to all nodes upon update so invalidation will
happen really really fast (microseconds) but it still cannot guarantee
strong consistency as there is still some microseconds of delay. So
you might be reading an entry which is just about to get invalidated.
Strong consistency means you should only be reading the latest version
of the entry; not from a cache by any means.
-talip
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To post to this group, send email to
haze...@googlegroups.com.
> To unsubscribe from this group, send email to
hazelcast+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/hazelcast?hl=en.
>