hibernate-orm
hibernate-orm copied to clipboard
HHH-16726 adjust readability condition for strict read-write cache items according isolation level
- items are always readable from 2ndLevelCache if we accept phantom reads
- items are readable when cached timestamp is equal to current session timestamp (trust items which were cached by ourself)
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.