debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

Java config #104

Closed ti3r closed 6 years ago

ti3r commented 6 years ago

I added some code to be able to configure the cache via a Config object in system properties. Something that we found helpful in our project. I also ran in to the issue described in issues #97 so I added code in order to solve it. Hope this code helps you