I have a crazy idea : use Redis as hibernate second cache level. Redis is an in-memory datastore, it supports replication, pipeline, etc.. The goal is to share the hibernate cac
I made Hibernate 2nd level cache with Redis
check it!
https://github.com/debop/hibernate-redis