justin cater
Posts: 19616
Nickname: justin78
Registered: Mar, 2011
|
Justin Cater is executive editor at Java Code Geeks
|
|
|
|
Setting Up Distributed Infinispan Cache with Hibernate and Spring
|
Posted: Feb 19, 2016 1:40 PM
|
|
A pretty typical setup – spring/hibernate application that requires a distributed cache. But it turns out not so trivial to setup. You obviously need cache. There are options to do that with EhCache, Hazelcast, Infinispan, memcached, Redis, AWS’s elasticache and some others. However, EhCache supports only replicated and not distributed cache, and Hazelcast does not ...
Read: Setting Up Distributed Infinispan Cache with Hibernate and Spring
|
|