Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SingletonIdentityCacheKey#equals
It made caching with `SingletonIdentityCacheMapping` ineffective, especially if the key is embedded within a compund key, as the singleton key was never reported equal to any other key. There is only one user of this class, and it doesn't rely on key equality, so the impact is minimal.
- Loading branch information