debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
358 stars 182 forks source link

ReadOnlyRedisEntityRegionAccessStrategy.generateCacheKey always return null #97

Open fanliao opened 7 years ago

fanliao commented 7 years ago

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.

smahama commented 7 years ago

I have the same issue too