hibernate-redis
hibernate-redis copied to clipboard
ReadOnlyRedisEntityRegionAccessStrategy.generateCacheKey always return null
The return value of generateCacheKey function is hardcode with null in ReadOnlyRedisEntityRegionAccessStrategy class. So READ_ONLY entity cannot be put to cache when receive it from database.
I have the same issue too