hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-16726 adjust readability condition for strict read-write cache items according isolation level

Open pb00067 opened this issue 2 years ago • 1 comments

  1. items are always readable from 2ndLevelCache if we accept phantom reads
  2. items are readable when cached timestamp is equal to current session timestamp (trust items which were cached by ourself)

pb00067 avatar Jun 15 '23 11:06 pb00067

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

Hi and thanks for creating a pull request for this issue. Please note that we don't merge improvements on maintenance branches, only bug fixes, so if you want to contribute this, please create a PR against the main branch.

beikov avatar May 06 '24 10:05 beikov