Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best cache framework for Java [closed]

Tags:

I need to implement a cache solution in java for a cluster of 9 servers with web applications. I saw apache JCS, seems old, do you know another open source solution?

like image 340
Rodrigo Asensio Avatar asked Jun 11 '10 11:06

Rodrigo Asensio


People also ask

Which is the best cache for Java?

Ehcache is an open-source implementation of the JSR-107, which is reported to be the most used Java-based cache (URL-2, 2020).

What is caching framework in Java?

Object Caching Service for Java provides caching for expensive or frequently used Java objects within Java programs. The Object Caching Service for Java automatically loads and updates objects as specified by the Java application. And finally, Oracle iCache Data Source provides data caching within the database server.

Does Java have a cache?

The Java Object Cache provides caching for expensive or frequently used Java objects when the application servers use a Java program to supply their content. Cached Java objects can contain generated pages or can provide support objects within the program to assist in creating new content.


1 Answers

You can try to look at Terracotta framework Or you can use distributed Ehcache

like image 153
Alexey Ogarkov Avatar answered Nov 10 '22 09:11

Alexey Ogarkov