| We have been investigating some strange statistics with our natural id caches, specifically, millions of misses and puts but 0 hits. We have tracked the issue down to the same code that Andrey has identified:
It seems like changing getId() to generatedId would resolve the issue. We will fork the project and test the fix. |