Tagged Questions
0
votes
0answers
217 views
Data Caching in Java
I'm trying to develop a distributed application in java.
Which tool for data caching is better ??
JBoss cache
Infinispan
Ehcache
Terracotta cache ??
8
votes
2answers
6k views
EHCache with Terracotta Vs Infinispan [closed]
We are working in the design phase of new project where we need to decide the caching framework. We need decide whether to go with EHCache with Terracotta or Infinispan for caching requirement? Can ...