Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In memory Cache for Java that does not use JVM Heap space [duplicate]

I am looking for In memory Cache for Java that does not use JVM Heap space.

I have looked into EhCache and JCS but both of them uses the Heap.

I want it to be scalable.

like image 878
Shamis Shukoor Avatar asked Apr 22 '26 04:04

Shamis Shukoor


1 Answers

You can also consider to use HazelCast In Memory Data Grid solution. I have used it, I would say its one of the best solution I came across.

like image 59
Alpesh Gediya Avatar answered Apr 23 '26 16:04

Alpesh Gediya