Hi,

I am modifying cache entries inside a transaction.
I get updated values when I use cache.get() api within the same transaction
(before doing commit).

But when I try to get the same values using select query with in this
transaction, I do not get the updated values. I get old values.

Is this expected behavior?

Is there any way to get the updated values from cache using select query
within the same transaction (before doing commit operation)?

Thanks,
Prasad

Reply via email to